HSL(246, 79%, 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(246,79%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(246, 79%, 90%) | color: hsl(246, 79%, 90%) | |
| HEX | #D5D1FA | color: #D5D1FA | |
| RGB | rgb(213, 209, 250) | color: rgb(213, 209, 250) | |
| CMYK | cmyk(15%, 16%, 0%, 2%) | — | |
| HSV | hsv(246, 16%, 98%) | — | |
| HWB | hwb(246 82% 2%) | color: hwb(246 82% 2%) | |
| OKLCH | oklch(0.877 0.0563 289.66) | color: oklch(0.877 0.0563 289.66) | |
| Lab | lab(85.33 9.33 -19.53) | color: lab(85.33 9.33 -19.53) | |
| LCH | lch(85.33 21.64 295.54) | color: lch(85.33 21.64 295.54) |
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)
#D3D3F0 — rgb(211, 211, 240)
Deuteranopia (Green-blind)
#D4D4EE — rgb(212, 212, 238)
Tritanopia (Blue-blind)
#D5E8E7 — rgb(213, 232, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(246, 79%, 90%);
text
color: hsl(246, 79%, 90%);
border
border: 2px solid hsl(246, 79%, 90%);
gradient light
background: linear-gradient(to right, hsl(246, 79%, 100%), hsl(246, 79%, 90%));
gradient dark
background: linear-gradient(to right, hsl(246, 79%, 90%), hsl(246, 79%, 70%))
hex
background-color: #D5D1FA;
tailwind
bg-[hsl(246,79%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(246, 79%, 90%, 0.4);
css variable
--color-primary: hsl(246, 79%, 90%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(246, 79%, 90%)?
HEX: #D5D1FA | RGB: rgb(213, 209, 250) | CMYK: 15%, 16%, 0%, 2% | HSV: 246°, 16%, 98%. Copy any format from the conversion table above.
What colors go well with #D5D1FA?
The complementary color is HSL(66, 79%, 90%). For a triadic harmony, use hues 246°, 6°, and 126°. For analogous combinations, try hues 216° and 276°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(246, 79%, 90%) in CSS?
As HSL: color: hsl(246, 79%, 90%); — As HEX: color: #D5D1FA; — As RGB: color: rgb(213, 209, 250); — Tailwind CSS: bg-[hsl(246,79%,90%)] — CSS variable: --color-primary: hsl(246, 79%, 90%);