HSL(210, 25%, 85%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(210,25%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(210, 25%, 85%) | color: hsl(210, 25%, 85%) | |
| HEX | #CFD9E2 | color: #CFD9E2 | |
| RGB | rgb(207, 217, 226) | color: rgb(207, 217, 226) | |
| CMYK | cmyk(8%, 4%, 0%, 11%) | — | |
| HSV | hsv(208, 8%, 89%) | — | |
| HWB | hwb(208 82% 11%) | color: hwb(208 82% 11%) | |
| OKLCH | oklch(0.8803 0.0165 245.11) | color: oklch(0.8803 0.0165 245.11) | |
| Lab | lab(86.2 -1.64 -5.58) | color: lab(86.2 -1.64 -5.58) | |
| LCH | lch(86.2 5.82 253.62) | color: lch(86.2 5.82 253.62) |
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)
#D3D2DF — rgb(211, 210, 223)
Tritanopia (Blue-blind)
#D0DEDE — rgb(208, 222, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(210, 25%, 85%);
text
color: hsl(210, 25%, 85%);
border
border: 2px solid hsl(210, 25%, 85%);
gradient light
background: linear-gradient(to right, hsl(210, 25%, 100%), hsl(210, 25%, 85%));
gradient dark
background: linear-gradient(to right, hsl(210, 25%, 85%), hsl(210, 25%, 65%))
hex
background-color: #CFD9E2;
tailwind
bg-[hsl(210,25%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(210, 25%, 85%, 0.4);
css variable
--color-primary: hsl(210, 25%, 85%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(210, 25%, 85%)?
HEX: #CFD9E2 | RGB: rgb(207, 217, 226) | CMYK: 8%, 4%, 0%, 11% | HSV: 208°, 8%, 89%. Copy any format from the conversion table above.
What colors go well with #CFD9E2?
The complementary color is HSL(30, 25%, 85%). For a triadic harmony, use hues 210°, 330°, and 90°. For analogous combinations, try hues 180° and 240°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(210, 25%, 85%) in CSS?
As HSL: color: hsl(210, 25%, 85%); — As HEX: color: #CFD9E2; — As RGB: color: rgb(207, 217, 226); — Tailwind CSS: bg-[hsl(210,25%,85%)] — CSS variable: --color-primary: hsl(210, 25%, 85%);