HSL(236, 100%, 8%)
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,100%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(236, 100%, 8%) | color: hsl(236, 100%, 8%) | |
| HEX | #000329 | color: #000329 | |
| RGB | rgb(0, 3, 41) | color: rgb(0, 3, 41) | |
| CMYK | cmyk(100%, 93%, 0%, 84%) | — | |
| HSV | hsv(236, 100%, 16%) | — | |
| HWB | hwb(236 0% 84%) | color: hwb(236 0% 84%) | |
| OKLCH | oklch(0.1383 0.0804 264.01) | color: oklch(0.1383 0.0804 264.01) | |
| Lab | lab(2.03 8.96 -22.7) | color: lab(2.03 8.96 -22.7) | |
| LCH | lch(2.03 24.4 291.54) | color: lch(2.03 24.4 291.54) |
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)
#010120 — rgb(1, 1, 32)
Deuteranopia (Green-blind)
#01011E — rgb(1, 1, 30)
Tritanopia (Blue-blind)
#001917 — rgb(0, 25, 23)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(236, 100%, 8%);
text
color: hsl(236, 100%, 8%);
border
border: 2px solid hsl(236, 100%, 8%);
gradient light
background: linear-gradient(to right, hsl(236, 100%, 28%), hsl(236, 100%, 8%));
gradient dark
background: linear-gradient(to right, hsl(236, 100%, 8%), hsl(236, 100%, 0%))
hex
background-color: #000329;
tailwind
bg-[hsl(236,100%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(236, 100%, 8%, 0.4);
css variable
--color-primary: hsl(236, 100%, 8%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(236, 100%, 8%)?
HEX: #000329 | RGB: rgb(0, 3, 41) | CMYK: 100%, 93%, 0%, 84% | HSV: 236°, 100%, 16%. Copy any format from the conversion table above.
What colors go well with #000329?
The complementary color is HSL(56, 100%, 8%). 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, 100%, 8%) in CSS?
As HSL: color: hsl(236, 100%, 8%); — As HEX: color: #000329; — As RGB: color: rgb(0, 3, 41); — Tailwind CSS: bg-[hsl(236,100%,8%)] — CSS variable: --color-primary: hsl(236, 100%, 8%);