HSL(282, 99%, 90%)
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,99%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(282, 99%, 90%) | color: hsl(282, 99%, 90%) | |
| HEX | #F0CCFF | color: #F0CCFF | |
| RGB | rgb(240, 204, 255) | color: rgb(240, 204, 255) | |
| CMYK | cmyk(6%, 20%, 0%, 0%) | — | |
| HSV | hsv(282, 20%, 100%) | — | |
| HWB | hwb(282 80% 0%) | color: hwb(282 80% 0%) | |
| OKLCH | oklch(0.8917 0.0786 315.93) | color: oklch(0.8917 0.0786 315.93) | |
| Lab | lab(86.47 21.53 -20.24) | color: lab(86.47 21.53 -20.24) | |
| LCH | lch(86.47 29.55 316.77) | color: lch(86.47 29.55 316.77) |
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)
#E0E0F3 — rgb(224, 224, 243)
Deuteranopia (Green-blind)
#E3E5F0 — rgb(227, 229, 240)
Tritanopia (Blue-blind)
#EEE9E7 — rgb(238, 233, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(282, 99%, 90%);
text
color: hsl(282, 99%, 90%);
border
border: 2px solid hsl(282, 99%, 90%);
gradient light
background: linear-gradient(to right, hsl(282, 99%, 100%), hsl(282, 99%, 90%));
gradient dark
background: linear-gradient(to right, hsl(282, 99%, 90%), hsl(282, 99%, 70%))
hex
background-color: #F0CCFF;
tailwind
bg-[hsl(282,99%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(282, 99%, 90%, 0.4);
css variable
--color-primary: hsl(282, 99%, 90%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(282, 99%, 90%)?
HEX: #F0CCFF | RGB: rgb(240, 204, 255) | CMYK: 6%, 20%, 0%, 0% | HSV: 282°, 20%, 100%. Copy any format from the conversion table above.
What colors go well with #F0CCFF?
The complementary color is HSL(102, 99%, 90%). 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, 99%, 90%) in CSS?
As HSL: color: hsl(282, 99%, 90%); — As HEX: color: #F0CCFF; — As RGB: color: rgb(240, 204, 255); — Tailwind CSS: bg-[hsl(282,99%,90%)] — CSS variable: --color-primary: hsl(282, 99%, 90%);