HSL(204, 90%, 11%)
Very Dark Blue — Blue color
Adjust Color
Color Information
Color Name
Very Dark Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(204,90%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(204, 90%, 11%) | color: hsl(204, 90%, 11%) | |
| HEX | #032135 | color: #032135 | |
| RGB | rgb(3, 33, 53) | color: rgb(3, 33, 53) | |
| CMYK | cmyk(94%, 38%, 0%, 79%) | — | |
| HSV | hsv(204, 94%, 21%) | — | |
| HWB | hwb(204 1% 79%) | color: hwb(204 1% 79%) | |
| OKLCH | oklch(0.2376 0.0521 242.13) | color: oklch(0.2376 0.0521 242.13) | |
| Lab | lab(11.72 -2.27 -16.2) | color: lab(11.72 -2.27 -16.2) | |
| LCH | lch(11.72 16.36 262.02) | color: lch(11.72 16.36 262.02) |
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)
#101030 — rgb(16, 16, 48)
Deuteranopia (Green-blind)
#0E0C2F — rgb(14, 12, 47)
Tritanopia (Blue-blind)
#052C2C — rgb(5, 44, 44)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(204, 90%, 11%);
text
color: hsl(204, 90%, 11%);
border
border: 2px solid hsl(204, 90%, 11%);
gradient light
background: linear-gradient(to right, hsl(204, 90%, 31%), hsl(204, 90%, 11%));
gradient dark
background: linear-gradient(to right, hsl(204, 90%, 11%), hsl(204, 90%, 0%))
hex
background-color: #032135;
tailwind
bg-[hsl(204,90%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(204, 90%, 11%, 0.4);
css variable
--color-primary: hsl(204, 90%, 11%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(204, 90%, 11%)?
HEX: #032135 | RGB: rgb(3, 33, 53) | CMYK: 94%, 38%, 0%, 79% | HSV: 204°, 94%, 21%. Copy any format from the conversion table above.
What colors go well with #032135?
The complementary color is HSL(24, 90%, 11%). For a triadic harmony, use hues 204°, 324°, and 84°. For analogous combinations, try hues 174° and 234°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(204, 90%, 11%) in CSS?
As HSL: color: hsl(204, 90%, 11%); — As HEX: color: #032135; — As RGB: color: rgb(3, 33, 53); — Tailwind CSS: bg-[hsl(204,90%,11%)] — CSS variable: --color-primary: hsl(204, 90%, 11%);