HSL(225, 92%, 88%)
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(225,92%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(225, 92%, 88%) | color: hsl(225, 92%, 88%) | |
| HEX | #C4D2FD | color: #C4D2FD | |
| RGB | rgb(196, 210, 253) | color: rgb(196, 210, 253) | |
| CMYK | cmyk(23%, 17%, 0%, 1%) | — | |
| HSV | hsv(225, 23%, 99%) | — | |
| HWB | hwb(225 76% 1%) | color: hwb(225 76% 1%) | |
| OKLCH | oklch(0.8673 0.0617 270.92) | color: oklch(0.8673 0.0617 270.92) | |
| Lab | lab(84.44 4.24 -22.58) | color: lab(84.44 4.24 -22.58) | |
| LCH | lch(84.44 22.97 280.63) | color: lch(84.44 22.97 280.63) |
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)
#CACAF3 — rgb(202, 202, 243)
Deuteranopia (Green-blind)
#C9C8F0 — rgb(201, 200, 240)
Tritanopia (Blue-blind)
#C5EAE9 — rgb(197, 234, 233)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(225, 92%, 88%);
text
color: hsl(225, 92%, 88%);
border
border: 2px solid hsl(225, 92%, 88%);
gradient light
background: linear-gradient(to right, hsl(225, 92%, 100%), hsl(225, 92%, 88%));
gradient dark
background: linear-gradient(to right, hsl(225, 92%, 88%), hsl(225, 92%, 68%))
hex
background-color: #C4D2FD;
tailwind
bg-[hsl(225,92%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(225, 92%, 88%, 0.4);
css variable
--color-primary: hsl(225, 92%, 88%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(225, 92%, 88%)?
HEX: #C4D2FD | RGB: rgb(196, 210, 253) | CMYK: 23%, 17%, 0%, 1% | HSV: 225°, 23%, 99%. Copy any format from the conversion table above.
What colors go well with #C4D2FD?
The complementary color is HSL(45, 92%, 88%). For a triadic harmony, use hues 225°, 345°, and 105°. For analogous combinations, try hues 195° and 255°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(225, 92%, 88%) in CSS?
As HSL: color: hsl(225, 92%, 88%); — As HEX: color: #C4D2FD; — As RGB: color: rgb(196, 210, 253); — Tailwind CSS: bg-[hsl(225,92%,88%)] — CSS variable: --color-primary: hsl(225, 92%, 88%);