HSL(247, 80%, 6%)
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(247,80%,6%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(247, 80%, 6%) | color: hsl(247, 80%, 6%) | |
| HEX | #06031C | color: #06031C | |
| RGB | rgb(6, 3, 28) | color: rgb(6, 3, 28) | |
| CMYK | cmyk(79%, 89%, 0%, 89%) | — | |
| HSV | hsv(247, 89%, 11%) | — | |
| HWB | hwb(247 1% 89%) | color: hwb(247 1% 89%) | |
| OKLCH | oklch(0.129 0.0557 283.47) | color: oklch(0.129 0.0557 283.47) | |
| Lab | lab(1.7 5.69 -12.96) | color: lab(1.7 5.69 -12.96) | |
| LCH | lch(1.7 14.15 293.7) | color: lch(1.7 14.15 293.7) |
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)
#050516 — rgb(5, 5, 22)
Deuteranopia (Green-blind)
#050515 — rgb(5, 5, 21)
Tritanopia (Blue-blind)
#061110 — rgb(6, 17, 16)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(247, 80%, 6%);
text
color: hsl(247, 80%, 6%);
border
border: 2px solid hsl(247, 80%, 6%);
gradient light
background: linear-gradient(to right, hsl(247, 80%, 26%), hsl(247, 80%, 6%));
gradient dark
background: linear-gradient(to right, hsl(247, 80%, 6%), hsl(247, 80%, 0%))
hex
background-color: #06031C;
tailwind
bg-[hsl(247,80%,6%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(247, 80%, 6%, 0.4);
css variable
--color-primary: hsl(247, 80%, 6%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(247, 80%, 6%)?
HEX: #06031C | RGB: rgb(6, 3, 28) | CMYK: 79%, 89%, 0%, 89% | HSV: 247°, 89%, 11%. Copy any format from the conversion table above.
What colors go well with #06031C?
The complementary color is HSL(67, 80%, 6%). For a triadic harmony, use hues 247°, 7°, and 127°. For analogous combinations, try hues 217° and 277°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(247, 80%, 6%) in CSS?
As HSL: color: hsl(247, 80%, 6%); — As HEX: color: #06031C; — As RGB: color: rgb(6, 3, 28); — Tailwind CSS: bg-[hsl(247,80%,6%)] — CSS variable: --color-primary: hsl(247, 80%, 6%);