HSL(283, 66%, 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(283,66%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(283, 66%, 92%) | color: hsl(283, 66%, 92%) | |
| HEX | #F0DDF8 | color: #F0DDF8 | |
| RGB | rgb(240, 221, 248) | color: rgb(240, 221, 248) | |
| CMYK | cmyk(3%, 11%, 0%, 3%) | — | |
| HSV | hsv(282, 11%, 97%) | — | |
| HWB | hwb(282 86% 3%) | color: hwb(282 86% 3%) | |
| OKLCH | oklch(0.9209 0.0414 316) | color: oklch(0.9209 0.0414 316) | |
| Lab | lab(90.33 11.26 -10.76) | color: lab(90.33 11.26 -10.76) | |
| LCH | lch(90.33 15.57 316.3) | color: lch(90.33 15.57 316.3) |
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)
#E8E8F1 — rgb(232, 232, 241)
Deuteranopia (Green-blind)
#E9EAF0 — rgb(233, 234, 240)
Tritanopia (Blue-blind)
#EFECEB — rgb(239, 236, 235)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(283, 66%, 92%);
text
color: hsl(283, 66%, 92%);
border
border: 2px solid hsl(283, 66%, 92%);
gradient light
background: linear-gradient(to right, hsl(283, 66%, 100%), hsl(283, 66%, 92%));
gradient dark
background: linear-gradient(to right, hsl(283, 66%, 92%), hsl(283, 66%, 72%))
hex
background-color: #F0DDF8;
tailwind
bg-[hsl(283,66%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(283, 66%, 92%, 0.4);
css variable
--color-primary: hsl(283, 66%, 92%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(283, 66%, 92%)?
HEX: #F0DDF8 | RGB: rgb(240, 221, 248) | CMYK: 3%, 11%, 0%, 3% | HSV: 282°, 11%, 97%. Copy any format from the conversion table above.
What colors go well with #F0DDF8?
The complementary color is HSL(103, 66%, 92%). For a triadic harmony, use hues 283°, 43°, and 163°. For analogous combinations, try hues 253° and 313°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(283, 66%, 92%) in CSS?
As HSL: color: hsl(283, 66%, 92%); — As HEX: color: #F0DDF8; — As RGB: color: rgb(240, 221, 248); — Tailwind CSS: bg-[hsl(283,66%,92%)] — CSS variable: --color-primary: hsl(283, 66%, 92%);