HSL(237, 44%, 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(237,44%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 44%, 10%) | color: hsl(237, 44%, 10%) | |
| HEX | #0E0F25 | color: #0E0F25 | |
| RGB | rgb(14, 15, 37) | color: rgb(14, 15, 37) | |
| CMYK | cmyk(62%, 59%, 0%, 85%) | — | |
| HSV | hsv(237, 62%, 15%) | — | |
| HWB | hwb(237 6% 85%) | color: hwb(237 6% 85%) | |
| OKLCH | oklch(0.1813 0.0445 279.01) | color: oklch(0.1813 0.0445 279.01) | |
| Lab | lab(5.14 5.95 -14.73) | color: lab(5.14 5.95 -14.73) | |
| LCH | lch(5.14 15.89 292) | color: lch(5.14 15.89 292) |
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)
#0E0E20 — rgb(14, 14, 32)
Deuteranopia (Green-blind)
#0E0E1E — rgb(14, 14, 30)
Tritanopia (Blue-blind)
#0E1B1B — rgb(14, 27, 27)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 44%, 10%);
text
color: hsl(237, 44%, 10%);
border
border: 2px solid hsl(237, 44%, 10%);
gradient light
background: linear-gradient(to right, hsl(237, 44%, 30%), hsl(237, 44%, 10%));
gradient dark
background: linear-gradient(to right, hsl(237, 44%, 10%), hsl(237, 44%, 0%))
hex
background-color: #0E0F25;
tailwind
bg-[hsl(237,44%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 44%, 10%, 0.4);
css variable
--color-primary: hsl(237, 44%, 10%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 44%, 10%)?
HEX: #0E0F25 | RGB: rgb(14, 15, 37) | CMYK: 62%, 59%, 0%, 85% | HSV: 237°, 62%, 15%. Copy any format from the conversion table above.
What colors go well with #0E0F25?
The complementary color is HSL(57, 44%, 10%). For a triadic harmony, use hues 237°, 357°, and 117°. For analogous combinations, try hues 207° and 267°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(237, 44%, 10%) in CSS?
As HSL: color: hsl(237, 44%, 10%); — As HEX: color: #0E0F25; — As RGB: color: rgb(14, 15, 37); — Tailwind CSS: bg-[hsl(237,44%,10%)] — CSS variable: --color-primary: hsl(237, 44%, 10%);