HSL(245, 90%, 92%)
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(245,90%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(245, 90%, 92%) | color: hsl(245, 90%, 92%) | |
| HEX | #DBD8FD | color: #DBD8FD | |
| RGB | rgb(219, 216, 253) | color: rgb(219, 216, 253) | |
| CMYK | cmyk(13%, 15%, 0%, 1%) | — | |
| HSV | hsv(245, 15%, 99%) | — | |
| HWB | hwb(245 84% 1%) | color: hwb(245 84% 1%) | |
| OKLCH | oklch(0.8962 0.0505 289.06) | color: oklch(0.8962 0.0505 289.06) | |
| Lab | lab(87.61 8.12 -17.62) | color: lab(87.61 8.12 -17.62) | |
| LCH | lch(87.61 19.4 294.74) | color: lch(87.61 19.4 294.74) |
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)
#DADAF4 — rgb(218, 218, 244)
Deuteranopia (Green-blind)
#DADAF2 — rgb(218, 218, 242)
Tritanopia (Blue-blind)
#DBEDEB — rgb(219, 237, 235)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(245, 90%, 92%);
text
color: hsl(245, 90%, 92%);
border
border: 2px solid hsl(245, 90%, 92%);
gradient light
background: linear-gradient(to right, hsl(245, 90%, 100%), hsl(245, 90%, 92%));
gradient dark
background: linear-gradient(to right, hsl(245, 90%, 92%), hsl(245, 90%, 72%))
hex
background-color: #DBD8FD;
tailwind
bg-[hsl(245,90%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(245, 90%, 92%, 0.4);
css variable
--color-primary: hsl(245, 90%, 92%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(245, 90%, 92%)?
HEX: #DBD8FD | RGB: rgb(219, 216, 253) | CMYK: 13%, 15%, 0%, 1% | HSV: 245°, 15%, 99%. Copy any format from the conversion table above.
What colors go well with #DBD8FD?
The complementary color is HSL(65, 90%, 92%). For a triadic harmony, use hues 245°, 5°, and 125°. For analogous combinations, try hues 215° and 275°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(245, 90%, 92%) in CSS?
As HSL: color: hsl(245, 90%, 92%); — As HEX: color: #DBD8FD; — As RGB: color: rgb(219, 216, 253); — Tailwind CSS: bg-[hsl(245,90%,92%)] — CSS variable: --color-primary: hsl(245, 90%, 92%);