HSL(282, 69%, 92%)
Very Light Indigo — Indigo color
Adjust Color
Color Information
Color Name
Very Light Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(282,69%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(282, 69%, 92%) | color: hsl(282, 69%, 92%) | |
| HEX | #F0DDF9 | color: #F0DDF9 | |
| RGB | rgb(240, 221, 249) | color: rgb(240, 221, 249) | |
| CMYK | cmyk(4%, 11%, 0%, 2%) | — | |
| HSV | hsv(281, 11%, 98%) | — | |
| HWB | hwb(281 87% 2%) | color: hwb(281 87% 2%) | |
| OKLCH | oklch(0.9212 0.0426 315.05) | color: oklch(0.9212 0.0426 315.05) | |
| Lab | lab(90.36 11.45 -11.24) | color: lab(90.36 11.45 -11.24) | |
| LCH | lch(90.36 16.04 315.53) | color: lch(90.36 16.04 315.53) |
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)
#E8E8F2 — rgb(232, 232, 242)
Deuteranopia (Green-blind)
#E9EAF1 — rgb(233, 234, 241)
Tritanopia (Blue-blind)
#EFEDEC — rgb(239, 237, 236)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(282, 69%, 92%);
text
color: hsl(282, 69%, 92%);
border
border: 2px solid hsl(282, 69%, 92%);
gradient light
background: linear-gradient(to right, hsl(282, 69%, 100%), hsl(282, 69%, 92%));
gradient dark
background: linear-gradient(to right, hsl(282, 69%, 92%), hsl(282, 69%, 72%))
hex
background-color: #F0DDF9;
tailwind
bg-[hsl(282,69%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(282, 69%, 92%, 0.4);
css variable
--color-primary: hsl(282, 69%, 92%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(282, 69%, 92%)?
HEX: #F0DDF9 | RGB: rgb(240, 221, 249) | CMYK: 4%, 11%, 0%, 2% | HSV: 281°, 11%, 98%. Copy any format from the conversion table above.
What colors go well with #F0DDF9?
The complementary color is HSL(102, 69%, 92%). For a triadic harmony, use hues 282°, 42°, and 162°. For analogous combinations, try hues 252° and 312°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(282, 69%, 92%) in CSS?
As HSL: color: hsl(282, 69%, 92%); — As HEX: color: #F0DDF9; — As RGB: color: rgb(240, 221, 249); — Tailwind CSS: bg-[hsl(282,69%,92%)] — CSS variable: --color-primary: hsl(282, 69%, 92%);