HSL(236, 76%, 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(236,76%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(236, 76%, 10%) | color: hsl(236, 76%, 10%) | |
| HEX | #06092D | color: #06092D | |
| RGB | rgb(6, 9, 45) | color: rgb(6, 9, 45) | |
| CMYK | cmyk(87%, 80%, 0%, 82%) | — | |
| HSV | hsv(235, 87%, 18%) | — | |
| HWB | hwb(235 2% 82%) | color: hwb(235 2% 82%) | |
| OKLCH | oklch(0.1674 0.0715 271.65) | color: oklch(0.1674 0.0715 271.65) | |
| Lab | lab(3.83 9.99 -22.89) | color: lab(3.83 9.99 -22.89) | |
| LCH | lch(3.83 24.98 293.58) | color: lch(3.83 24.98 293.58) |
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)
#070724 — rgb(7, 7, 36)
Deuteranopia (Green-blind)
#070722 — rgb(7, 7, 34)
Tritanopia (Blue-blind)
#061D1C — rgb(6, 29, 28)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(236, 76%, 10%);
text
color: hsl(236, 76%, 10%);
border
border: 2px solid hsl(236, 76%, 10%);
gradient light
background: linear-gradient(to right, hsl(236, 76%, 30%), hsl(236, 76%, 10%));
gradient dark
background: linear-gradient(to right, hsl(236, 76%, 10%), hsl(236, 76%, 0%))
hex
background-color: #06092D;
tailwind
bg-[hsl(236,76%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(236, 76%, 10%, 0.4);
css variable
--color-primary: hsl(236, 76%, 10%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(236, 76%, 10%)?
HEX: #06092D | RGB: rgb(6, 9, 45) | CMYK: 87%, 80%, 0%, 82% | HSV: 235°, 87%, 18%. Copy any format from the conversion table above.
What colors go well with #06092D?
The complementary color is HSL(56, 76%, 10%). For a triadic harmony, use hues 236°, 356°, and 116°. For analogous combinations, try hues 206° and 266°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(236, 76%, 10%) in CSS?
As HSL: color: hsl(236, 76%, 10%); — As HEX: color: #06092D; — As RGB: color: rgb(6, 9, 45); — Tailwind CSS: bg-[hsl(236,76%,10%)] — CSS variable: --color-primary: hsl(236, 76%, 10%);