HSL(197, 50%, 84%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(197,50%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(197, 50%, 84%) | color: hsl(197, 50%, 84%) | |
| HEX | #C2DFEB | color: #C2DFEB | |
| RGB | rgb(194, 223, 235) | color: rgb(194, 223, 235) | |
| CMYK | cmyk(17%, 5%, 0%, 8%) | — | |
| HSV | hsv(198, 17%, 92%) | — | |
| HWB | hwb(198 76% 8%) | color: hwb(198 76% 8%) | |
| OKLCH | oklch(0.8862 0.0349 224.67) | color: oklch(0.8862 0.0349 224.67) | |
| Lab | lab(87.12 -7.07 -9.07) | color: lab(87.12 -7.07 -9.07) | |
| LCH | lch(87.12 11.5 232.06) | color: lch(87.12 11.5 232.06) |
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)
#CFCFE8 — rgb(207, 207, 232)
Deuteranopia (Green-blind)
#CDCBE7 — rgb(205, 203, 231)
Tritanopia (Blue-blind)
#C3E6E5 — rgb(195, 230, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(197, 50%, 84%);
text
color: hsl(197, 50%, 84%);
border
border: 2px solid hsl(197, 50%, 84%);
gradient light
background: linear-gradient(to right, hsl(197, 50%, 100%), hsl(197, 50%, 84%));
gradient dark
background: linear-gradient(to right, hsl(197, 50%, 84%), hsl(197, 50%, 64%))
hex
background-color: #C2DFEB;
tailwind
bg-[hsl(197,50%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(197, 50%, 84%, 0.4);
css variable
--color-primary: hsl(197, 50%, 84%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(197, 50%, 84%)?
HEX: #C2DFEB | RGB: rgb(194, 223, 235) | CMYK: 17%, 5%, 0%, 8% | HSV: 198°, 17%, 92%. Copy any format from the conversion table above.
What colors go well with #C2DFEB?
The complementary color is HSL(17, 50%, 84%). For a triadic harmony, use hues 197°, 317°, and 77°. For analogous combinations, try hues 167° and 227°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(197, 50%, 84%) in CSS?
As HSL: color: hsl(197, 50%, 84%); — As HEX: color: #C2DFEB; — As RGB: color: rgb(194, 223, 235); — Tailwind CSS: bg-[hsl(197,50%,84%)] — CSS variable: --color-primary: hsl(197, 50%, 84%);