HSL(257, 100%, 7%)
Very Dark Indigo — Indigo color
Adjust Color
Color Information
Color Name
Very Dark Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(257,100%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(257, 100%, 7%) | color: hsl(257, 100%, 7%) | |
| HEX | #0A0024 | color: #0A0024 | |
| RGB | rgb(10, 0, 36) | color: rgb(10, 0, 36) | |
| CMYK | cmyk(72%, 100%, 0%, 86%) | — | |
| HSV | hsv(257, 100%, 14%) | — | |
| HWB | hwb(257 0% 86%) | color: hwb(257 0% 86%) | |
| OKLCH | oklch(0.1345 0.0763 289.72) | color: oklch(0.1345 0.0763 289.72) | |
| Lab | lab(1.73 10.7 -19.24) | color: lab(1.73 10.7 -19.24) | |
| LCH | lch(1.73 22.02 299.08) | color: lch(1.73 22.02 299.08) |
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)
#06061B — rgb(6, 6, 27)
Deuteranopia (Green-blind)
#060719 — rgb(6, 7, 25)
Tritanopia (Blue-blind)
#0A1413 — rgb(10, 20, 19)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(257, 100%, 7%);
text
color: hsl(257, 100%, 7%);
border
border: 2px solid hsl(257, 100%, 7%);
gradient light
background: linear-gradient(to right, hsl(257, 100%, 27%), hsl(257, 100%, 7%));
gradient dark
background: linear-gradient(to right, hsl(257, 100%, 7%), hsl(257, 100%, 0%))
hex
background-color: #0A0024;
tailwind
bg-[hsl(257,100%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(257, 100%, 7%, 0.4);
css variable
--color-primary: hsl(257, 100%, 7%);
Related Colors
Use Cases for Very Dark Indigo
Frequently Asked Questions
What are all the color codes for HSL(257, 100%, 7%)?
HEX: #0A0024 | RGB: rgb(10, 0, 36) | CMYK: 72%, 100%, 0%, 86% | HSV: 257°, 100%, 14%. Copy any format from the conversion table above.
What colors go well with #0A0024?
The complementary color is HSL(77, 100%, 7%). For a triadic harmony, use hues 257°, 17°, and 137°. For analogous combinations, try hues 227° and 287°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(257, 100%, 7%) in CSS?
As HSL: color: hsl(257, 100%, 7%); — As HEX: color: #0A0024; — As RGB: color: rgb(10, 0, 36); — Tailwind CSS: bg-[hsl(257,100%,7%)] — CSS variable: --color-primary: hsl(257, 100%, 7%);