HSL(229, 64%, 14%)
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,64%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(229, 64%, 14%) | color: hsl(229, 64%, 14%) | |
| HEX | #0D153B | color: #0D153B | |
| RGB | rgb(13, 21, 59) | color: rgb(13, 21, 59) | |
| CMYK | cmyk(78%, 64%, 0%, 77%) | — | |
| HSV | hsv(230, 78%, 23%) | — | |
| HWB | hwb(230 5% 77%) | color: hwb(230 5% 77%) | |
| OKLCH | oklch(0.2153 0.0739 270.08) | color: oklch(0.2153 0.0739 270.08) | |
| Lab | lab(8.46 11.74 -25.69) | color: lab(8.46 11.74 -25.69) | |
| LCH | lch(8.46 28.25 294.56) | color: lch(8.46 28.25 294.56) |
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)
#101132 — rgb(16, 17, 50)
Deuteranopia (Green-blind)
#100F30 — rgb(16, 15, 48)
Tritanopia (Blue-blind)
#0D2B29 — rgb(13, 43, 41)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(229, 64%, 14%);
text
color: hsl(229, 64%, 14%);
border
border: 2px solid hsl(229, 64%, 14%);
gradient light
background: linear-gradient(to right, hsl(229, 64%, 34%), hsl(229, 64%, 14%));
gradient dark
background: linear-gradient(to right, hsl(229, 64%, 14%), hsl(229, 64%, 0%))
hex
background-color: #0D153B;
tailwind
bg-[hsl(229,64%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(229, 64%, 14%, 0.4);
css variable
--color-primary: hsl(229, 64%, 14%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(229, 64%, 14%)?
HEX: #0D153B | RGB: rgb(13, 21, 59) | CMYK: 78%, 64%, 0%, 77% | HSV: 230°, 78%, 23%. Copy any format from the conversion table above.
What colors go well with #0D153B?
The complementary color is HSL(49, 64%, 14%). 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, 64%, 14%) in CSS?
As HSL: color: hsl(229, 64%, 14%); — As HEX: color: #0D153B; — As RGB: color: rgb(13, 21, 59); — Tailwind CSS: bg-[hsl(229,64%,14%)] — CSS variable: --color-primary: hsl(229, 64%, 14%);