HSL(229, 43%, 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(229,43%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(229, 43%, 10%) | color: hsl(229, 43%, 10%) | |
| HEX | #0F1324 | color: #0F1324 | |
| RGB | rgb(15, 19, 36) | color: rgb(15, 19, 36) | |
| CMYK | cmyk(58%, 47%, 0%, 86%) | — | |
| HSV | hsv(229, 58%, 14%) | — | |
| HWB | hwb(229 6% 86%) | color: hwb(229 6% 86%) | |
| OKLCH | oklch(0.1923 0.035 272.67) | color: oklch(0.1923 0.035 272.67) | |
| Lab | lab(6.27 3.6 -12.2) | color: lab(6.27 3.6 -12.2) | |
| LCH | lch(6.27 12.72 286.44) | color: lch(6.27 12.72 286.44) |
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)
#111120 — rgb(17, 17, 32)
Deuteranopia (Green-blind)
#11101F — rgb(17, 16, 31)
Tritanopia (Blue-blind)
#0F1D1C — rgb(15, 29, 28)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(229, 43%, 10%);
text
color: hsl(229, 43%, 10%);
border
border: 2px solid hsl(229, 43%, 10%);
gradient light
background: linear-gradient(to right, hsl(229, 43%, 30%), hsl(229, 43%, 10%));
gradient dark
background: linear-gradient(to right, hsl(229, 43%, 10%), hsl(229, 43%, 0%))
hex
background-color: #0F1324;
tailwind
bg-[hsl(229,43%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(229, 43%, 10%, 0.4);
css variable
--color-primary: hsl(229, 43%, 10%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(229, 43%, 10%)?
HEX: #0F1324 | RGB: rgb(15, 19, 36) | CMYK: 58%, 47%, 0%, 86% | HSV: 229°, 58%, 14%. Copy any format from the conversion table above.
What colors go well with #0F1324?
The complementary color is HSL(49, 43%, 10%). For a triadic harmony, use hues 229°, 349°, and 109°. For analogous combinations, try hues 199° and 259°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(229, 43%, 10%) in CSS?
As HSL: color: hsl(229, 43%, 10%); — As HEX: color: #0F1324; — As RGB: color: rgb(15, 19, 36); — Tailwind CSS: bg-[hsl(229,43%,10%)] — CSS variable: --color-primary: hsl(229, 43%, 10%);