HSL(274, 20%, 18%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(274,20%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(274, 20%, 18%) | color: hsl(274, 20%, 18%) | |
| HEX | #2F2537 | color: #2F2537 | |
| RGB | rgb(47, 37, 55) | color: rgb(47, 37, 55) | |
| CMYK | cmyk(15%, 33%, 0%, 78%) | — | |
| HSV | hsv(273, 33%, 22%) | — | |
| HWB | hwb(273 15% 78%) | color: hwb(273 15% 78%) | |
| OKLCH | oklch(0.2839 0.0351 309.52) | color: oklch(0.2839 0.0351 309.52) | |
| Lab | lab(16.52 8.99 -9.89) | color: lab(16.52 8.99 -9.89) | |
| LCH | lch(16.52 13.37 312.27) | color: lch(16.52 13.37 312.27) |
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)
#2B2B33 — rgb(43, 43, 51)
Deuteranopia (Green-blind)
#2B2C32 — rgb(43, 44, 50)
Tritanopia (Blue-blind)
#2F2F2E — rgb(47, 47, 46)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(274, 20%, 18%);
text
color: hsl(274, 20%, 18%);
border
border: 2px solid hsl(274, 20%, 18%);
gradient light
background: linear-gradient(to right, hsl(274, 20%, 38%), hsl(274, 20%, 18%));
gradient dark
background: linear-gradient(to right, hsl(274, 20%, 18%), hsl(274, 20%, 0%))
hex
background-color: #2F2537;
tailwind
bg-[hsl(274,20%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(274, 20%, 18%, 0.4);
css variable
--color-primary: hsl(274, 20%, 18%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(274, 20%, 18%)?
HEX: #2F2537 | RGB: rgb(47, 37, 55) | CMYK: 15%, 33%, 0%, 78% | HSV: 273°, 33%, 22%. Copy any format from the conversion table above.
What colors go well with #2F2537?
The complementary color is HSL(94, 20%, 18%). 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, 20%, 18%) in CSS?
As HSL: color: hsl(274, 20%, 18%); — As HEX: color: #2F2537; — As RGB: color: rgb(47, 37, 55); — Tailwind CSS: bg-[hsl(274,20%,18%)] — CSS variable: --color-primary: hsl(274, 20%, 18%);