HSL(274, 70%, 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(274,70%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(274, 70%, 92%) | color: hsl(274, 70%, 92%) | |
| HEX | #EDDCF9 | color: #EDDCF9 | |
| RGB | rgb(237, 220, 249) | color: rgb(237, 220, 249) | |
| CMYK | cmyk(5%, 12%, 0%, 2%) | — | |
| HSV | hsv(275, 12%, 98%) | — | |
| HWB | hwb(275 86% 2%) | color: hwb(275 86% 2%) | |
| OKLCH | oklch(0.9169 0.0429 311.46) | color: oklch(0.9169 0.0429 311.46) | |
| Lab | lab(89.87 10.99 -11.99) | color: lab(89.87 10.99 -11.99) | |
| LCH | lch(89.87 16.26 312.51) | color: lch(89.87 16.26 312.51) |
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)
#E6E5F2 — rgb(230, 229, 242)
Deuteranopia (Green-blind)
#E7E8F0 — rgb(231, 232, 240)
Tritanopia (Blue-blind)
#ECECEB — rgb(236, 236, 235)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(274, 70%, 92%);
text
color: hsl(274, 70%, 92%);
border
border: 2px solid hsl(274, 70%, 92%);
gradient light
background: linear-gradient(to right, hsl(274, 70%, 100%), hsl(274, 70%, 92%));
gradient dark
background: linear-gradient(to right, hsl(274, 70%, 92%), hsl(274, 70%, 72%))
hex
background-color: #EDDCF9;
tailwind
bg-[hsl(274,70%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(274, 70%, 92%, 0.4);
css variable
--color-primary: hsl(274, 70%, 92%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(274, 70%, 92%)?
HEX: #EDDCF9 | RGB: rgb(237, 220, 249) | CMYK: 5%, 12%, 0%, 2% | HSV: 275°, 12%, 98%. Copy any format from the conversion table above.
What colors go well with #EDDCF9?
The complementary color is HSL(94, 70%, 92%). For a triadic harmony, use hues 274°, 34°, and 154°. For analogous combinations, try hues 244° and 304°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(274, 70%, 92%) in CSS?
As HSL: color: hsl(274, 70%, 92%); — As HEX: color: #EDDCF9; — As RGB: color: rgb(237, 220, 249); — Tailwind CSS: bg-[hsl(274,70%,92%)] — CSS variable: --color-primary: hsl(274, 70%, 92%);