HSL(236, 25%, 85%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(236,25%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(236, 25%, 85%) | color: hsl(236, 25%, 85%) | |
| HEX | #CFD0E2 | color: #CFD0E2 | |
| RGB | rgb(207, 208, 226) | color: rgb(207, 208, 226) | |
| CMYK | cmyk(8%, 8%, 0%, 11%) | — | |
| HSV | hsv(237, 8%, 89%) | — | |
| HWB | hwb(237 82% 11%) | color: hwb(237 82% 11%) | |
| OKLCH | oklch(0.8623 0.0248 283.33) | color: oklch(0.8623 0.0248 283.33) | |
| Lab | lab(83.9 3.07 -8.98) | color: lab(83.9 3.07 -8.98) | |
| LCH | lch(83.9 9.49 288.87) | color: lch(83.9 9.49 288.87) |
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)
#CFCFDE — rgb(207, 207, 222)
Deuteranopia (Green-blind)
#CFCFDD — rgb(207, 207, 221)
Tritanopia (Blue-blind)
#CFDAD9 — rgb(207, 218, 217)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(236, 25%, 85%);
text
color: hsl(236, 25%, 85%);
border
border: 2px solid hsl(236, 25%, 85%);
gradient light
background: linear-gradient(to right, hsl(236, 25%, 100%), hsl(236, 25%, 85%));
gradient dark
background: linear-gradient(to right, hsl(236, 25%, 85%), hsl(236, 25%, 65%))
hex
background-color: #CFD0E2;
tailwind
bg-[hsl(236,25%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(236, 25%, 85%, 0.4);
css variable
--color-primary: hsl(236, 25%, 85%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(236, 25%, 85%)?
HEX: #CFD0E2 | RGB: rgb(207, 208, 226) | CMYK: 8%, 8%, 0%, 11% | HSV: 237°, 8%, 89%. Copy any format from the conversion table above.
What colors go well with #CFD0E2?
The complementary color is HSL(56, 25%, 85%). For a triadic harmony, use hues 236°, 356°, and 116°. For analogous combinations, try hues 206° and 266°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(236, 25%, 85%) in CSS?
As HSL: color: hsl(236, 25%, 85%); — As HEX: color: #CFD0E2; — As RGB: color: rgb(207, 208, 226); — Tailwind CSS: bg-[hsl(236,25%,85%)] — CSS variable: --color-primary: hsl(236, 25%, 85%);