HSL(283, 26%, 85%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(283,26%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(283, 26%, 85%) | color: hsl(283, 26%, 85%) | |
| HEX | #DDCFE3 | color: #DDCFE3 | |
| RGB | rgb(221, 207, 227) | color: rgb(221, 207, 227) | |
| CMYK | cmyk(3%, 9%, 0%, 11%) | — | |
| HSV | hsv(282, 9%, 89%) | — | |
| HWB | hwb(282 81% 11%) | color: hwb(282 81% 11%) | |
| OKLCH | oklch(0.8718 0.0311 315.89) | color: oklch(0.8718 0.0311 315.89) | |
| Lab | lab(84.76 8.43 -8.11) | color: lab(84.76 8.43 -8.11) | |
| LCH | lch(84.76 11.7 316.11) | color: lch(84.76 11.7 316.11) |
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)
#D7D7DE — rgb(215, 215, 222)
Deuteranopia (Green-blind)
#D8D9DD — rgb(216, 217, 221)
Tritanopia (Blue-blind)
#DCDADA — rgb(220, 218, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(283, 26%, 85%);
text
color: hsl(283, 26%, 85%);
border
border: 2px solid hsl(283, 26%, 85%);
gradient light
background: linear-gradient(to right, hsl(283, 26%, 100%), hsl(283, 26%, 85%));
gradient dark
background: linear-gradient(to right, hsl(283, 26%, 85%), hsl(283, 26%, 65%))
hex
background-color: #DDCFE3;
tailwind
bg-[hsl(283,26%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(283, 26%, 85%, 0.4);
css variable
--color-primary: hsl(283, 26%, 85%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(283, 26%, 85%)?
HEX: #DDCFE3 | RGB: rgb(221, 207, 227) | CMYK: 3%, 9%, 0%, 11% | HSV: 282°, 9%, 89%. Copy any format from the conversion table above.
What colors go well with #DDCFE3?
The complementary color is HSL(103, 26%, 85%). 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, 26%, 85%) in CSS?
As HSL: color: hsl(283, 26%, 85%); — As HEX: color: #DDCFE3; — As RGB: color: rgb(221, 207, 227); — Tailwind CSS: bg-[hsl(283,26%,85%)] — CSS variable: --color-primary: hsl(283, 26%, 85%);