HSL(253, 80%, 7%)
Very Dark Blue — Blue color
Adjust Color
Color Information
Color Name
Very Dark Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(253,80%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(253, 80%, 7%) | color: hsl(253, 80%, 7%) | |
| HEX | #0A0420 | color: #0A0420 | |
| RGB | rgb(10, 4, 32) | color: rgb(10, 4, 32) | |
| CMYK | cmyk(69%, 88%, 0%, 87%) | — | |
| HSV | hsv(253, 88%, 13%) | — | |
| HWB | hwb(253 2% 87%) | color: hwb(253 2% 87%) | |
| OKLCH | oklch(0.143 0.0588 288.46) | color: oklch(0.143 0.0588 288.46) | |
| Lab | lab(2.31 7.63 -15.21) | color: lab(2.31 7.63 -15.21) | |
| LCH | lch(2.31 17.02 296.64) | color: lch(2.31 17.02 296.64) |
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)
#070719 — rgb(7, 7, 25)
Deuteranopia (Green-blind)
#080818 — rgb(8, 8, 24)
Tritanopia (Blue-blind)
#0A1413 — rgb(10, 20, 19)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(253, 80%, 7%);
text
color: hsl(253, 80%, 7%);
border
border: 2px solid hsl(253, 80%, 7%);
gradient light
background: linear-gradient(to right, hsl(253, 80%, 27%), hsl(253, 80%, 7%));
gradient dark
background: linear-gradient(to right, hsl(253, 80%, 7%), hsl(253, 80%, 0%))
hex
background-color: #0A0420;
tailwind
bg-[hsl(253,80%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(253, 80%, 7%, 0.4);
css variable
--color-primary: hsl(253, 80%, 7%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(253, 80%, 7%)?
HEX: #0A0420 | RGB: rgb(10, 4, 32) | CMYK: 69%, 88%, 0%, 87% | HSV: 253°, 88%, 13%. Copy any format from the conversion table above.
What colors go well with #0A0420?
The complementary color is HSL(73, 80%, 7%). For a triadic harmony, use hues 253°, 13°, and 133°. For analogous combinations, try hues 223° and 283°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(253, 80%, 7%) in CSS?
As HSL: color: hsl(253, 80%, 7%); — As HEX: color: #0A0420; — As RGB: color: rgb(10, 4, 32); — Tailwind CSS: bg-[hsl(253,80%,7%)] — CSS variable: --color-primary: hsl(253, 80%, 7%);