HSL(233, 30%, 85%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,30%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 30%, 85%) | color: hsl(233, 30%, 85%) | |
| HEX | #CDD0E4 | color: #CDD0E4 | |
| RGB | rgb(205, 208, 228) | color: rgb(205, 208, 228) | |
| CMYK | cmyk(10%, 9%, 0%, 11%) | — | |
| HSV | hsv(232, 10%, 89%) | — | |
| HWB | hwb(232 80% 11%) | color: hwb(232 80% 11%) | |
| OKLCH | oklch(0.8614 0.0278 279.01) | color: oklch(0.8614 0.0278 279.01) | |
| Lab | lab(83.81 2.82 -10.2) | color: lab(83.81 2.82 -10.2) | |
| LCH | lch(83.81 10.58 285.45) | color: lch(83.81 10.58 285.45) |
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)
#CECEDF — rgb(206, 206, 223)
Deuteranopia (Green-blind)
#CECEDE — rgb(206, 206, 222)
Tritanopia (Blue-blind)
#CDDBDB — rgb(205, 219, 219)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 30%, 85%);
text
color: hsl(233, 30%, 85%);
border
border: 2px solid hsl(233, 30%, 85%);
gradient light
background: linear-gradient(to right, hsl(233, 30%, 100%), hsl(233, 30%, 85%));
gradient dark
background: linear-gradient(to right, hsl(233, 30%, 85%), hsl(233, 30%, 65%))
hex
background-color: #CDD0E4;
tailwind
bg-[hsl(233,30%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 30%, 85%, 0.4);
css variable
--color-primary: hsl(233, 30%, 85%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 30%, 85%)?
HEX: #CDD0E4 | RGB: rgb(205, 208, 228) | CMYK: 10%, 9%, 0%, 11% | HSV: 232°, 10%, 89%. Copy any format from the conversion table above.
What colors go well with #CDD0E4?
The complementary color is HSL(53, 30%, 85%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 30%, 85%) in CSS?
As HSL: color: hsl(233, 30%, 85%); — As HEX: color: #CDD0E4; — As RGB: color: rgb(205, 208, 228); — Tailwind CSS: bg-[hsl(233,30%,85%)] — CSS variable: --color-primary: hsl(233, 30%, 85%);