HSL(226, 66%, 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(226,66%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(226, 66%, 10%) | color: hsl(226, 66%, 10%) | |
| HEX | #09112A | color: #09112A | |
| RGB | rgb(9, 17, 42) | color: rgb(9, 17, 42) | |
| CMYK | cmyk(79%, 60%, 0%, 84%) | — | |
| HSV | hsv(225, 79%, 16%) | — | |
| HWB | hwb(225 3% 84%) | color: hwb(225 3% 84%) | |
| OKLCH | oklch(0.1867 0.0521 267.74) | color: oklch(0.1867 0.0521 267.74) | |
| Lab | lab(5.66 5.56 -17.73) | color: lab(5.66 5.56 -17.73) | |
| LCH | lch(5.66 18.58 287.41) | color: lch(5.66 18.58 287.41) |
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)
#0C0D24 — rgb(12, 13, 36)
Deuteranopia (Green-blind)
#0C0B23 — rgb(12, 11, 35)
Tritanopia (Blue-blind)
#091F1E — rgb(9, 31, 30)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(226, 66%, 10%);
text
color: hsl(226, 66%, 10%);
border
border: 2px solid hsl(226, 66%, 10%);
gradient light
background: linear-gradient(to right, hsl(226, 66%, 30%), hsl(226, 66%, 10%));
gradient dark
background: linear-gradient(to right, hsl(226, 66%, 10%), hsl(226, 66%, 0%))
hex
background-color: #09112A;
tailwind
bg-[hsl(226,66%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(226, 66%, 10%, 0.4);
css variable
--color-primary: hsl(226, 66%, 10%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(226, 66%, 10%)?
HEX: #09112A | RGB: rgb(9, 17, 42) | CMYK: 79%, 60%, 0%, 84% | HSV: 225°, 79%, 16%. Copy any format from the conversion table above.
What colors go well with #09112A?
The complementary color is HSL(46, 66%, 10%). 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, 66%, 10%) in CSS?
As HSL: color: hsl(226, 66%, 10%); — As HEX: color: #09112A; — As RGB: color: rgb(9, 17, 42); — Tailwind CSS: bg-[hsl(226,66%,10%)] — CSS variable: --color-primary: hsl(226, 66%, 10%);