HSL(271, 92%, 87%)
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(271,92%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(271, 92%, 87%) | color: hsl(271, 92%, 87%) | |
| HEX | #DFBFFC | color: #DFBFFC | |
| RGB | rgb(223, 191, 252) | color: rgb(223, 191, 252) | |
| CMYK | cmyk(12%, 24%, 0%, 1%) | — | |
| HSV | hsv(271, 24%, 99%) | — | |
| HWB | hwb(271 75% 1%) | color: hwb(271 75% 1%) | |
| OKLCH | oklch(0.852 0.0898 308.36) | color: oklch(0.852 0.0898 308.36) | |
| Lab | lab(81.83 22.5 -25.83) | color: lab(81.83 22.5 -25.83) | |
| LCH | lch(81.83 34.26 311.06) | color: lch(81.83 34.26 311.06) |
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)
#D1D1ED — rgb(209, 209, 237)
Deuteranopia (Green-blind)
#D3D5EA — rgb(211, 213, 234)
Tritanopia (Blue-blind)
#DDE2DF — rgb(221, 226, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(271, 92%, 87%);
text
color: hsl(271, 92%, 87%);
border
border: 2px solid hsl(271, 92%, 87%);
gradient light
background: linear-gradient(to right, hsl(271, 92%, 100%), hsl(271, 92%, 87%));
gradient dark
background: linear-gradient(to right, hsl(271, 92%, 87%), hsl(271, 92%, 67%))
hex
background-color: #DFBFFC;
tailwind
bg-[hsl(271,92%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(271, 92%, 87%, 0.4);
css variable
--color-primary: hsl(271, 92%, 87%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(271, 92%, 87%)?
HEX: #DFBFFC | RGB: rgb(223, 191, 252) | CMYK: 12%, 24%, 0%, 1% | HSV: 271°, 24%, 99%. Copy any format from the conversion table above.
What colors go well with #DFBFFC?
The complementary color is HSL(91, 92%, 87%). For a triadic harmony, use hues 271°, 31°, and 151°. For analogous combinations, try hues 241° and 301°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(271, 92%, 87%) in CSS?
As HSL: color: hsl(271, 92%, 87%); — As HEX: color: #DFBFFC; — As RGB: color: rgb(223, 191, 252); — Tailwind CSS: bg-[hsl(271,92%,87%)] — CSS variable: --color-primary: hsl(271, 92%, 87%);