HSL(212, 25%, 85%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(212,25%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(212, 25%, 85%) | color: hsl(212, 25%, 85%) | |
| HEX | #CFD8E2 | color: #CFD8E2 | |
| RGB | rgb(207, 216, 226) | color: rgb(207, 216, 226) | |
| CMYK | cmyk(8%, 4%, 0%, 11%) | — | |
| HSV | hsv(212, 8%, 89%) | — | |
| HWB | hwb(212 82% 11%) | color: hwb(212 82% 11%) | |
| OKLCH | oklch(0.8783 0.0169 250.86) | color: oklch(0.8783 0.0169 250.86) | |
| Lab | lab(85.94 -1.12 -5.95) | color: lab(85.94 -1.12 -5.95) | |
| LCH | lch(85.94 6.05 259.34) | color: lch(85.94 6.05 259.34) |
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)
#D3D3E0 — rgb(211, 211, 224)
Deuteranopia (Green-blind)
#D2D2DF — rgb(210, 210, 223)
Tritanopia (Blue-blind)
#CFDEDD — rgb(207, 222, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(212, 25%, 85%);
text
color: hsl(212, 25%, 85%);
border
border: 2px solid hsl(212, 25%, 85%);
gradient light
background: linear-gradient(to right, hsl(212, 25%, 100%), hsl(212, 25%, 85%));
gradient dark
background: linear-gradient(to right, hsl(212, 25%, 85%), hsl(212, 25%, 65%))
hex
background-color: #CFD8E2;
tailwind
bg-[hsl(212,25%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(212, 25%, 85%, 0.4);
css variable
--color-primary: hsl(212, 25%, 85%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(212, 25%, 85%)?
HEX: #CFD8E2 | RGB: rgb(207, 216, 226) | CMYK: 8%, 4%, 0%, 11% | HSV: 212°, 8%, 89%. Copy any format from the conversion table above.
What colors go well with #CFD8E2?
The complementary color is HSL(32, 25%, 85%). For a triadic harmony, use hues 212°, 332°, and 92°. For analogous combinations, try hues 182° and 242°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(212, 25%, 85%) in CSS?
As HSL: color: hsl(212, 25%, 85%); — As HEX: color: #CFD8E2; — As RGB: color: rgb(207, 216, 226); — Tailwind CSS: bg-[hsl(212,25%,85%)] — CSS variable: --color-primary: hsl(212, 25%, 85%);