HSL(220, 60%, 10%)
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(220,60%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(220, 60%, 10%) | color: hsl(220, 60%, 10%) | |
| HEX | #0A1429 | color: #0A1429 | |
| RGB | rgb(10, 20, 41) | color: rgb(10, 20, 41) | |
| CMYK | cmyk(76%, 51%, 0%, 84%) | — | |
| HSV | hsv(221, 76%, 16%) | — | |
| HWB | hwb(221 4% 84%) | color: hwb(221 4% 84%) | |
| OKLCH | oklch(0.1948 0.045 263.57) | color: oklch(0.1948 0.045 263.57) | |
| Lab | lab(6.55 3.54 -15.57) | color: lab(6.55 3.54 -15.57) | |
| LCH | lch(6.55 15.97 282.81) | color: lch(6.55 15.97 282.81) |
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)
#0E0E24 — rgb(14, 14, 36)
Deuteranopia (Green-blind)
#0E0D23 — rgb(14, 13, 35)
Tritanopia (Blue-blind)
#0B201F — rgb(11, 32, 31)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(220, 60%, 10%);
text
color: hsl(220, 60%, 10%);
border
border: 2px solid hsl(220, 60%, 10%);
gradient light
background: linear-gradient(to right, hsl(220, 60%, 30%), hsl(220, 60%, 10%));
gradient dark
background: linear-gradient(to right, hsl(220, 60%, 10%), hsl(220, 60%, 0%))
hex
background-color: #0A1429;
tailwind
bg-[hsl(220,60%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(220, 60%, 10%, 0.4);
css variable
--color-primary: hsl(220, 60%, 10%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(220, 60%, 10%)?
HEX: #0A1429 | RGB: rgb(10, 20, 41) | CMYK: 76%, 51%, 0%, 84% | HSV: 221°, 76%, 16%. Copy any format from the conversion table above.
What colors go well with #0A1429?
The complementary color is HSL(40, 60%, 10%). For a triadic harmony, use hues 220°, 340°, and 100°. For analogous combinations, try hues 190° and 250°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(220, 60%, 10%) in CSS?
As HSL: color: hsl(220, 60%, 10%); — As HEX: color: #0A1429; — As RGB: color: rgb(10, 20, 41); — Tailwind CSS: bg-[hsl(220,60%,10%)] — CSS variable: --color-primary: hsl(220, 60%, 10%);