HSL(217, 98%, 7%)
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(217,98%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(217, 98%, 7%) | color: hsl(217, 98%, 7%) | |
| HEX | #000E23 | color: #000E23 | |
| RGB | rgb(0, 14, 35) | color: rgb(0, 14, 35) | |
| CMYK | cmyk(100%, 60%, 0%, 86%) | — | |
| HSV | hsv(216, 100%, 14%) | — | |
| HWB | hwb(216 0% 86%) | color: hwb(216 0% 86%) | |
| OKLCH | oklch(0.164 0.0506 253.04) | color: oklch(0.164 0.0506 253.04) | |
| Lab | lab(3.93 1.9 -15.12) | color: lab(3.93 1.9 -15.12) | |
| LCH | lch(3.93 15.24 277.16) | color: lch(3.93 15.24 277.16) |
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)
#06061E — rgb(6, 6, 30)
Deuteranopia (Green-blind)
#05041D — rgb(5, 4, 29)
Tritanopia (Blue-blind)
#011A19 — rgb(1, 26, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(217, 98%, 7%);
text
color: hsl(217, 98%, 7%);
border
border: 2px solid hsl(217, 98%, 7%);
gradient light
background: linear-gradient(to right, hsl(217, 98%, 27%), hsl(217, 98%, 7%));
gradient dark
background: linear-gradient(to right, hsl(217, 98%, 7%), hsl(217, 98%, 0%))
hex
background-color: #000E23;
tailwind
bg-[hsl(217,98%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(217, 98%, 7%, 0.4);
css variable
--color-primary: hsl(217, 98%, 7%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(217, 98%, 7%)?
HEX: #000E23 | RGB: rgb(0, 14, 35) | CMYK: 100%, 60%, 0%, 86% | HSV: 216°, 100%, 14%. Copy any format from the conversion table above.
What colors go well with #000E23?
The complementary color is HSL(37, 98%, 7%). For a triadic harmony, use hues 217°, 337°, and 97°. For analogous combinations, try hues 187° and 247°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(217, 98%, 7%) in CSS?
As HSL: color: hsl(217, 98%, 7%); — As HEX: color: #000E23; — As RGB: color: rgb(0, 14, 35); — Tailwind CSS: bg-[hsl(217,98%,7%)] — CSS variable: --color-primary: hsl(217, 98%, 7%);