HSL(217, 74%, 11%)
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,74%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(217, 74%, 11%) | color: hsl(217, 74%, 11%) | |
| HEX | #071731 | color: #071731 | |
| RGB | rgb(7, 23, 49) | color: rgb(7, 23, 49) | |
| CMYK | cmyk(86%, 53%, 0%, 81%) | — | |
| HSV | hsv(217, 86%, 19%) | — | |
| HWB | hwb(217 3% 81%) | color: hwb(217 3% 81%) | |
| OKLCH | oklch(0.2078 0.0562 259.38) | color: oklch(0.2078 0.0562 259.38) | |
| Lab | lab(7.95 4.42 -19.29) | color: lab(7.95 4.42 -19.29) | |
| LCH | lch(7.95 19.79 282.91) | color: lch(7.95 19.79 282.91) |
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)
#0E0E2B — rgb(14, 14, 43)
Deuteranopia (Green-blind)
#0D0C29 — rgb(13, 12, 41)
Tritanopia (Blue-blind)
#082625 — rgb(8, 38, 37)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(217, 74%, 11%);
text
color: hsl(217, 74%, 11%);
border
border: 2px solid hsl(217, 74%, 11%);
gradient light
background: linear-gradient(to right, hsl(217, 74%, 31%), hsl(217, 74%, 11%));
gradient dark
background: linear-gradient(to right, hsl(217, 74%, 11%), hsl(217, 74%, 0%))
hex
background-color: #071731;
tailwind
bg-[hsl(217,74%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(217, 74%, 11%, 0.4);
css variable
--color-primary: hsl(217, 74%, 11%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(217, 74%, 11%)?
HEX: #071731 | RGB: rgb(7, 23, 49) | CMYK: 86%, 53%, 0%, 81% | HSV: 217°, 86%, 19%. Copy any format from the conversion table above.
What colors go well with #071731?
The complementary color is HSL(37, 74%, 11%). 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, 74%, 11%) in CSS?
As HSL: color: hsl(217, 74%, 11%); — As HEX: color: #071731; — As RGB: color: rgb(7, 23, 49); — Tailwind CSS: bg-[hsl(217,74%,11%)] — CSS variable: --color-primary: hsl(217, 74%, 11%);