HSL(277, 90%, 11%)
Very Dark Indigo — Indigo color
Adjust Color
Color Information
Color Name
Very Dark Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(277,90%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(277, 90%, 11%) | color: hsl(277, 90%, 11%) | |
| HEX | #220335 | color: #220335 | |
| RGB | rgb(34, 3, 53) | color: rgb(34, 3, 53) | |
| CMYK | cmyk(36%, 94%, 0%, 79%) | — | |
| HSV | hsv(277, 94%, 21%) | — | |
| HWB | hwb(277 1% 79%) | color: hwb(277 1% 79%) | |
| OKLCH | oklch(0.2001 0.093 308.54) | color: oklch(0.2001 0.093 308.54) | |
| Lab | lab(5.98 25.88 -25.23) | color: lab(5.98 25.88 -25.23) | |
| LCH | lch(5.98 36.14 315.73) | color: lch(5.98 36.14 315.73) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#151429 — rgb(21, 20, 41)
Deuteranopia (Green-blind)
#161926 — rgb(22, 25, 38)
Tritanopia (Blue-blind)
#201F1D — rgb(32, 31, 29)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(277, 90%, 11%);
text
color: hsl(277, 90%, 11%);
border
border: 2px solid hsl(277, 90%, 11%);
gradient light
background: linear-gradient(to right, hsl(277, 90%, 31%), hsl(277, 90%, 11%));
gradient dark
background: linear-gradient(to right, hsl(277, 90%, 11%), hsl(277, 90%, 0%))
hex
background-color: #220335;
tailwind
bg-[hsl(277,90%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(277, 90%, 11%, 0.4);
css variable
--color-primary: hsl(277, 90%, 11%);
Related Colors
Use Cases for Very Dark Indigo
Frequently Asked Questions
What are all the color codes for HSL(277, 90%, 11%)?
HEX: #220335 | RGB: rgb(34, 3, 53) | CMYK: 36%, 94%, 0%, 79% | HSV: 277°, 94%, 21%. Copy any format from the conversion table above.
What colors go well with #220335?
The complementary color is HSL(97, 90%, 11%). For a triadic harmony, use hues 277°, 37°, and 157°. For analogous combinations, try hues 247° and 307°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(277, 90%, 11%) in CSS?
As HSL: color: hsl(277, 90%, 11%); — As HEX: color: #220335; — As RGB: color: rgb(34, 3, 53); — Tailwind CSS: bg-[hsl(277,90%,11%)] — CSS variable: --color-primary: hsl(277, 90%, 11%);