HSL(236, 62%, 13%)
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(236,62%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(236, 62%, 13%) | color: hsl(236, 62%, 13%) | |
| HEX | #0D0F36 | color: #0D0F36 | |
| RGB | rgb(13, 15, 54) | color: rgb(13, 15, 54) | |
| CMYK | cmyk(76%, 72%, 0%, 79%) | — | |
| HSV | hsv(237, 76%, 21%) | — | |
| HWB | hwb(237 5% 79%) | color: hwb(237 5% 79%) | |
| OKLCH | oklch(0.1965 0.0748 274.89) | color: oklch(0.1965 0.0748 274.89) | |
| Lab | lab(6.26 13.68 -25.63) | color: lab(6.26 13.68 -25.63) | |
| LCH | lch(6.26 29.05 298.09) | color: lch(6.26 29.05 298.09) |
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)
#0E0E2D — rgb(14, 14, 45)
Deuteranopia (Green-blind)
#0E0E2A — rgb(14, 14, 42)
Tritanopia (Blue-blind)
#0D2523 — rgb(13, 37, 35)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(236, 62%, 13%);
text
color: hsl(236, 62%, 13%);
border
border: 2px solid hsl(236, 62%, 13%);
gradient light
background: linear-gradient(to right, hsl(236, 62%, 33%), hsl(236, 62%, 13%));
gradient dark
background: linear-gradient(to right, hsl(236, 62%, 13%), hsl(236, 62%, 0%))
hex
background-color: #0D0F36;
tailwind
bg-[hsl(236,62%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(236, 62%, 13%, 0.4);
css variable
--color-primary: hsl(236, 62%, 13%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(236, 62%, 13%)?
HEX: #0D0F36 | RGB: rgb(13, 15, 54) | CMYK: 76%, 72%, 0%, 79% | HSV: 237°, 76%, 21%. Copy any format from the conversion table above.
What colors go well with #0D0F36?
The complementary color is HSL(56, 62%, 13%). For a triadic harmony, use hues 236°, 356°, and 116°. For analogous combinations, try hues 206° and 266°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(236, 62%, 13%) in CSS?
As HSL: color: hsl(236, 62%, 13%); — As HEX: color: #0D0F36; — As RGB: color: rgb(13, 15, 54); — Tailwind CSS: bg-[hsl(236,62%,13%)] — CSS variable: --color-primary: hsl(236, 62%, 13%);