HSL(274, 20%, 10%)
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(274,20%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(274, 20%, 10%) | color: hsl(274, 20%, 10%) | |
| HEX | #1A141F | color: #1A141F | |
| RGB | rgb(26, 20, 31) | color: rgb(26, 20, 31) | |
| CMYK | cmyk(16%, 35%, 0%, 88%) | — | |
| HSV | hsv(273, 35%, 12%) | — | |
| HWB | hwb(273 8% 88%) | color: hwb(273 8% 88%) | |
| OKLCH | oklch(0.2039 0.0232 309.17) | color: oklch(0.2039 0.0232 309.17) | |
| Lab | lab(7.4 5.84 -6.58) | color: lab(7.4 5.84 -6.58) | |
| LCH | lch(7.4 8.8 311.59) | color: lch(7.4 8.8 311.59) |
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)
#17171C — rgb(23, 23, 28)
Deuteranopia (Green-blind)
#18181C — rgb(24, 24, 28)
Tritanopia (Blue-blind)
#1A1A1A — rgb(26, 26, 26)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(274, 20%, 10%);
text
color: hsl(274, 20%, 10%);
border
border: 2px solid hsl(274, 20%, 10%);
gradient light
background: linear-gradient(to right, hsl(274, 20%, 30%), hsl(274, 20%, 10%));
gradient dark
background: linear-gradient(to right, hsl(274, 20%, 10%), hsl(274, 20%, 0%))
hex
background-color: #1A141F;
tailwind
bg-[hsl(274,20%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(274, 20%, 10%, 0.4);
css variable
--color-primary: hsl(274, 20%, 10%);
Related Colors
Use Cases for Very Dark Indigo
Frequently Asked Questions
What are all the color codes for HSL(274, 20%, 10%)?
HEX: #1A141F | RGB: rgb(26, 20, 31) | CMYK: 16%, 35%, 0%, 88% | HSV: 273°, 35%, 12%. Copy any format from the conversion table above.
What colors go well with #1A141F?
The complementary color is HSL(94, 20%, 10%). 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%, 10%) in CSS?
As HSL: color: hsl(274, 20%, 10%); — As HEX: color: #1A141F; — As RGB: color: rgb(26, 20, 31); — Tailwind CSS: bg-[hsl(274,20%,10%)] — CSS variable: --color-primary: hsl(274, 20%, 10%);