HSL(226, 100%, 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(226,100%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(226, 100%, 7%) | color: hsl(226, 100%, 7%) | |
| HEX | #000824 | color: #000824 | |
| RGB | rgb(0, 8, 36) | color: rgb(0, 8, 36) | |
| CMYK | cmyk(100%, 78%, 0%, 86%) | — | |
| HSV | hsv(227, 100%, 14%) | — | |
| HWB | hwb(227 0% 86%) | color: hwb(227 0% 86%) | |
| OKLCH | oklch(0.1475 0.0622 260.58) | color: oklch(0.1475 0.0622 260.58) | |
| Lab | lab(2.72 4.88 -17.77) | color: lab(2.72 4.88 -17.77) | |
| LCH | lch(2.72 18.43 285.36) | color: lch(2.72 18.43 285.36) |
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)
#03041D — rgb(3, 4, 29)
Deuteranopia (Green-blind)
#03021C — rgb(3, 2, 28)
Tritanopia (Blue-blind)
#001817 — rgb(0, 24, 23)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(226, 100%, 7%);
text
color: hsl(226, 100%, 7%);
border
border: 2px solid hsl(226, 100%, 7%);
gradient light
background: linear-gradient(to right, hsl(226, 100%, 27%), hsl(226, 100%, 7%));
gradient dark
background: linear-gradient(to right, hsl(226, 100%, 7%), hsl(226, 100%, 0%))
hex
background-color: #000824;
tailwind
bg-[hsl(226,100%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(226, 100%, 7%, 0.4);
css variable
--color-primary: hsl(226, 100%, 7%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(226, 100%, 7%)?
HEX: #000824 | RGB: rgb(0, 8, 36) | CMYK: 100%, 78%, 0%, 86% | HSV: 227°, 100%, 14%. Copy any format from the conversion table above.
What colors go well with #000824?
The complementary color is HSL(46, 100%, 7%). For a triadic harmony, use hues 226°, 346°, and 106°. For analogous combinations, try hues 196° and 256°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(226, 100%, 7%) in CSS?
As HSL: color: hsl(226, 100%, 7%); — As HEX: color: #000824; — As RGB: color: rgb(0, 8, 36); — Tailwind CSS: bg-[hsl(226,100%,7%)] — CSS variable: --color-primary: hsl(226, 100%, 7%);