HSL(263, 49%, 87%)
Very Light Indigo — Indigo color
Adjust Color
Color Information
Color Name
Very Light Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(263,49%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 49%, 87%) | color: hsl(263, 49%, 87%) | |
| HEX | #DACEEE | color: #DACEEE | |
| RGB | rgb(218, 206, 238) | color: rgb(218, 206, 238) | |
| CMYK | cmyk(8%, 13%, 0%, 7%) | — | |
| HSV | hsv(263, 13%, 93%) | — | |
| HWB | hwb(263 81% 7%) | color: hwb(263 81% 7%) | |
| OKLCH | oklch(0.871 0.0454 302.5) | color: oklch(0.871 0.0454 302.5) | |
| Lab | lab(84.6 10.08 -14.23) | color: lab(84.6 10.08 -14.23) | |
| LCH | lch(84.6 17.44 305.31) | color: lch(84.6 17.44 305.31) |
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)
#D5D5E6 — rgb(213, 213, 230)
Deuteranopia (Green-blind)
#D6D6E4 — rgb(214, 214, 228)
Tritanopia (Blue-blind)
#D9E0DF — rgb(217, 224, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 49%, 87%);
text
color: hsl(263, 49%, 87%);
border
border: 2px solid hsl(263, 49%, 87%);
gradient light
background: linear-gradient(to right, hsl(263, 49%, 100%), hsl(263, 49%, 87%));
gradient dark
background: linear-gradient(to right, hsl(263, 49%, 87%), hsl(263, 49%, 67%))
hex
background-color: #DACEEE;
tailwind
bg-[hsl(263,49%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 49%, 87%, 0.4);
css variable
--color-primary: hsl(263, 49%, 87%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 49%, 87%)?
HEX: #DACEEE | RGB: rgb(218, 206, 238) | CMYK: 8%, 13%, 0%, 7% | HSV: 263°, 13%, 93%. Copy any format from the conversion table above.
What colors go well with #DACEEE?
The complementary color is HSL(83, 49%, 87%). For a triadic harmony, use hues 263°, 23°, and 143°. For analogous combinations, try hues 233° and 293°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(263, 49%, 87%) in CSS?
As HSL: color: hsl(263, 49%, 87%); — As HEX: color: #DACEEE; — As RGB: color: rgb(218, 206, 238); — Tailwind CSS: bg-[hsl(263,49%,87%)] — CSS variable: --color-primary: hsl(263, 49%, 87%);