HSL(202, 51%, 85%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(202,51%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(202, 51%, 85%) | color: hsl(202, 51%, 85%) | |
| HEX | #C5DEEC | color: #C5DEEC | |
| RGB | rgb(197, 222, 236) | color: rgb(197, 222, 236) | |
| CMYK | cmyk(17%, 6%, 0%, 7%) | — | |
| HSV | hsv(202, 17%, 93%) | — | |
| HWB | hwb(202 77% 7%) | color: hwb(202 77% 7%) | |
| OKLCH | oklch(0.8865 0.0329 232.26) | color: oklch(0.8865 0.0329 232.26) | |
| Lab | lab(87.08 -5.41 -9.62) | color: lab(87.08 -5.41 -9.62) | |
| LCH | lch(87.08 11.04 240.65) | color: lch(87.08 11.04 240.65) |
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)
#D0D0E9 — rgb(208, 208, 233)
Deuteranopia (Green-blind)
#CECDE8 — rgb(206, 205, 232)
Tritanopia (Blue-blind)
#C6E6E5 — rgb(198, 230, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(202, 51%, 85%);
text
color: hsl(202, 51%, 85%);
border
border: 2px solid hsl(202, 51%, 85%);
gradient light
background: linear-gradient(to right, hsl(202, 51%, 100%), hsl(202, 51%, 85%));
gradient dark
background: linear-gradient(to right, hsl(202, 51%, 85%), hsl(202, 51%, 65%))
hex
background-color: #C5DEEC;
tailwind
bg-[hsl(202,51%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(202, 51%, 85%, 0.4);
css variable
--color-primary: hsl(202, 51%, 85%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(202, 51%, 85%)?
HEX: #C5DEEC | RGB: rgb(197, 222, 236) | CMYK: 17%, 6%, 0%, 7% | HSV: 202°, 17%, 93%. Copy any format from the conversion table above.
What colors go well with #C5DEEC?
The complementary color is HSL(22, 51%, 85%). For a triadic harmony, use hues 202°, 322°, and 82°. For analogous combinations, try hues 172° and 232°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(202, 51%, 85%) in CSS?
As HSL: color: hsl(202, 51%, 85%); — As HEX: color: #C5DEEC; — As RGB: color: rgb(197, 222, 236); — Tailwind CSS: bg-[hsl(202,51%,85%)] — CSS variable: --color-primary: hsl(202, 51%, 85%);