HSL(248, 100%, 4%)
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(248,100%,4%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(248, 100%, 4%) | color: hsl(248, 100%, 4%) | |
| HEX | #030014 | color: #030014 | |
| RGB | rgb(3, 0, 20) | color: rgb(3, 0, 20) | |
| CMYK | cmyk(85%, 100%, 0%, 92%) | — | |
| HSV | hsv(249, 100%, 8%) | — | |
| HWB | hwb(249 0% 92%) | color: hwb(249 0% 92%) | |
| OKLCH | oklch(0.0962 0.0562 285.05) | color: oklch(0.0962 0.0562 285.05) | |
| Lab | lab(0.63 3.99 -8.45) | color: lab(0.63 3.99 -8.45) | |
| LCH | lch(0.63 9.34 295.28) | color: lch(0.63 9.34 295.28) |
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)
#02020F — rgb(2, 2, 15)
Deuteranopia (Green-blind)
#02020E — rgb(2, 2, 14)
Tritanopia (Blue-blind)
#030B0B — rgb(3, 11, 11)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(248, 100%, 4%);
text
color: hsl(248, 100%, 4%);
border
border: 2px solid hsl(248, 100%, 4%);
gradient light
background: linear-gradient(to right, hsl(248, 100%, 24%), hsl(248, 100%, 4%));
gradient dark
background: linear-gradient(to right, hsl(248, 100%, 4%), hsl(248, 100%, 0%))
hex
background-color: #030014;
tailwind
bg-[hsl(248,100%,4%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(248, 100%, 4%, 0.4);
css variable
--color-primary: hsl(248, 100%, 4%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(248, 100%, 4%)?
HEX: #030014 | RGB: rgb(3, 0, 20) | CMYK: 85%, 100%, 0%, 92% | HSV: 249°, 100%, 8%. Copy any format from the conversion table above.
What colors go well with #030014?
The complementary color is HSL(68, 100%, 4%). For a triadic harmony, use hues 248°, 8°, and 128°. For analogous combinations, try hues 218° and 278°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(248, 100%, 4%) in CSS?
As HSL: color: hsl(248, 100%, 4%); — As HEX: color: #030014; — As RGB: color: rgb(3, 0, 20); — Tailwind CSS: bg-[hsl(248,100%,4%)] — CSS variable: --color-primary: hsl(248, 100%, 4%);