HSL(213, 67%, 12%)
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(213,67%,12%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(213, 67%, 12%) | color: hsl(213, 67%, 12%) | |
| HEX | #0A1D33 | color: #0A1D33 | |
| RGB | rgb(10, 29, 51) | color: rgb(10, 29, 51) | |
| CMYK | cmyk(80%, 43%, 0%, 80%) | — | |
| HSV | hsv(212, 80%, 20%) | — | |
| HWB | hwb(212 4% 80%) | color: hwb(212 4% 80%) | |
| OKLCH | oklch(0.2279 0.0497 253.67) | color: oklch(0.2279 0.0497 253.67) | |
| Lab | lab(10.43 1.28 -16.79) | color: lab(10.43 1.28 -16.79) | |
| LCH | lch(10.43 16.84 274.36) | color: lch(10.43 16.84 274.36) |
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)
#12122E — rgb(18, 18, 46)
Deuteranopia (Green-blind)
#11102C — rgb(17, 16, 44)
Tritanopia (Blue-blind)
#0B2929 — rgb(11, 41, 41)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(213, 67%, 12%);
text
color: hsl(213, 67%, 12%);
border
border: 2px solid hsl(213, 67%, 12%);
gradient light
background: linear-gradient(to right, hsl(213, 67%, 32%), hsl(213, 67%, 12%));
gradient dark
background: linear-gradient(to right, hsl(213, 67%, 12%), hsl(213, 67%, 0%))
hex
background-color: #0A1D33;
tailwind
bg-[hsl(213,67%,12%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(213, 67%, 12%, 0.4);
css variable
--color-primary: hsl(213, 67%, 12%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(213, 67%, 12%)?
HEX: #0A1D33 | RGB: rgb(10, 29, 51) | CMYK: 80%, 43%, 0%, 80% | HSV: 212°, 80%, 20%. Copy any format from the conversion table above.
What colors go well with #0A1D33?
The complementary color is HSL(33, 67%, 12%). For a triadic harmony, use hues 213°, 333°, and 93°. For analogous combinations, try hues 183° and 243°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(213, 67%, 12%) in CSS?
As HSL: color: hsl(213, 67%, 12%); — As HEX: color: #0A1D33; — As RGB: color: rgb(10, 29, 51); — Tailwind CSS: bg-[hsl(213,67%,12%)] — CSS variable: --color-primary: hsl(213, 67%, 12%);