HSL(251, 72%, 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(251,72%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(251, 72%, 10%) | color: hsl(251, 72%, 10%) | |
| HEX | #0E072C | color: #0E072C | |
| RGB | rgb(14, 7, 44) | color: rgb(14, 7, 44) | |
| CMYK | cmyk(68%, 84%, 0%, 83%) | — | |
| HSV | hsv(251, 84%, 17%) | — | |
| HWB | hwb(251 3% 83%) | color: hwb(251 3% 83%) | |
| OKLCH | oklch(0.1695 0.071 284.93) | color: oklch(0.1695 0.071 284.93) | |
| Lab | lab(3.86 12.52 -22.05) | color: lab(3.86 12.52 -22.05) | |
| LCH | lch(3.86 25.36 299.59) | color: lch(3.86 25.36 299.59) |
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)
#0B0B23 — rgb(11, 11, 35)
Deuteranopia (Green-blind)
#0B0C21 — rgb(11, 12, 33)
Tritanopia (Blue-blind)
#0E1C1A — rgb(14, 28, 26)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(251, 72%, 10%);
text
color: hsl(251, 72%, 10%);
border
border: 2px solid hsl(251, 72%, 10%);
gradient light
background: linear-gradient(to right, hsl(251, 72%, 30%), hsl(251, 72%, 10%));
gradient dark
background: linear-gradient(to right, hsl(251, 72%, 10%), hsl(251, 72%, 0%))
hex
background-color: #0E072C;
tailwind
bg-[hsl(251,72%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(251, 72%, 10%, 0.4);
css variable
--color-primary: hsl(251, 72%, 10%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(251, 72%, 10%)?
HEX: #0E072C | RGB: rgb(14, 7, 44) | CMYK: 68%, 84%, 0%, 83% | HSV: 251°, 84%, 17%. Copy any format from the conversion table above.
What colors go well with #0E072C?
The complementary color is HSL(71, 72%, 10%). For a triadic harmony, use hues 251°, 11°, and 131°. For analogous combinations, try hues 221° and 281°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(251, 72%, 10%) in CSS?
As HSL: color: hsl(251, 72%, 10%); — As HEX: color: #0E072C; — As RGB: color: rgb(14, 7, 44); — Tailwind CSS: bg-[hsl(251,72%,10%)] — CSS variable: --color-primary: hsl(251, 72%, 10%);