HSL(196, 52%, 67%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(196,52%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(196, 52%, 67%) | color: hsl(196, 52%, 67%) | |
| HEX | #7FBFD7 | color: #7FBFD7 | |
| RGB | rgb(127, 191, 215) | color: rgb(127, 191, 215) | |
| CMYK | cmyk(41%, 11%, 0%, 16%) | — | |
| HSV | hsv(196, 41%, 84%) | — | |
| HWB | hwb(196 50% 16%) | color: hwb(196 50% 16%) | |
| OKLCH | oklch(0.7701 0.0737 223.61) | color: oklch(0.7701 0.0737 223.61) | |
| Lab | lab(73.98 -14.28 -18.45) | color: lab(73.98 -14.28 -18.45) | |
| LCH | lch(73.98 23.33 232.26) | color: lch(73.98 23.33 232.26) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#9B9BD1 — rgb(155, 155, 209)
Deuteranopia (Green-blind)
#9792D0 — rgb(151, 146, 208)
Tritanopia (Blue-blind)
#82CDCC — rgb(130, 205, 204)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(196, 52%, 67%);
text
color: hsl(196, 52%, 67%);
border
border: 2px solid hsl(196, 52%, 67%);
gradient light
background: linear-gradient(to right, hsl(196, 52%, 87%), hsl(196, 52%, 67%));
gradient dark
background: linear-gradient(to right, hsl(196, 52%, 67%), hsl(196, 52%, 47%))
hex
background-color: #7FBFD7;
tailwind
bg-[hsl(196,52%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(196, 52%, 67%, 0.4);
css variable
--color-primary: hsl(196, 52%, 67%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(196, 52%, 67%)?
HEX: #7FBFD7 | RGB: rgb(127, 191, 215) | CMYK: 41%, 11%, 0%, 16% | HSV: 196°, 41%, 84%. Copy any format from the conversion table above.
What colors go well with #7FBFD7?
The complementary color is HSL(16, 52%, 67%). For a triadic harmony, use hues 196°, 316°, and 76°. For analogous combinations, try hues 166° and 226°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(196, 52%, 67%) in CSS?
As HSL: color: hsl(196, 52%, 67%); — As HEX: color: #7FBFD7; — As RGB: color: rgb(127, 191, 215); — Tailwind CSS: bg-[hsl(196,52%,67%)] — CSS variable: --color-primary: hsl(196, 52%, 67%);