HSL(230, 89%, 90%)
Very Light Blue — Blue color
Adjust Color
Color Information
Color Name
Very Light Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(230,89%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(230, 89%, 90%) | color: hsl(230, 89%, 90%) | |
| HEX | #CFD6FC | color: #CFD6FC | |
| RGB | rgb(207, 214, 252) | color: rgb(207, 214, 252) | |
| CMYK | cmyk(18%, 15%, 0%, 1%) | — | |
| HSV | hsv(231, 18%, 99%) | — | |
| HWB | hwb(231 81% 1%) | color: hwb(231 81% 1%) | |
| OKLCH | oklch(0.8829 0.0529 277.04) | color: oklch(0.8829 0.0529 277.04) | |
| Lab | lab(86.2 5.24 -19.31) | color: lab(86.2 5.24 -19.31) | |
| LCH | lch(86.2 20.01 285.18) | color: lch(86.2 20.01 285.18) |
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)
#D2D2F3 — rgb(210, 210, 243)
Deuteranopia (Green-blind)
#D2D1F1 — rgb(210, 209, 241)
Tritanopia (Blue-blind)
#CFECEA — rgb(207, 236, 234)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(230, 89%, 90%);
text
color: hsl(230, 89%, 90%);
border
border: 2px solid hsl(230, 89%, 90%);
gradient light
background: linear-gradient(to right, hsl(230, 89%, 100%), hsl(230, 89%, 90%));
gradient dark
background: linear-gradient(to right, hsl(230, 89%, 90%), hsl(230, 89%, 70%))
hex
background-color: #CFD6FC;
tailwind
bg-[hsl(230,89%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(230, 89%, 90%, 0.4);
css variable
--color-primary: hsl(230, 89%, 90%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(230, 89%, 90%)?
HEX: #CFD6FC | RGB: rgb(207, 214, 252) | CMYK: 18%, 15%, 0%, 1% | HSV: 231°, 18%, 99%. Copy any format from the conversion table above.
What colors go well with #CFD6FC?
The complementary color is HSL(50, 89%, 90%). For a triadic harmony, use hues 230°, 350°, and 110°. For analogous combinations, try hues 200° and 260°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(230, 89%, 90%) in CSS?
As HSL: color: hsl(230, 89%, 90%); — As HEX: color: #CFD6FC; — As RGB: color: rgb(207, 214, 252); — Tailwind CSS: bg-[hsl(230,89%,90%)] — CSS variable: --color-primary: hsl(230, 89%, 90%);