HSL(172, 55%, 10%)
Very Dark Cyan — Cyan color
Adjust Color
Color Information
Color Name
Very Dark Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(172,55%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(172, 55%, 10%) | color: hsl(172, 55%, 10%) | |
| HEX | #0B2824 | color: #0B2824 | |
| RGB | rgb(11, 40, 36) | color: rgb(11, 40, 36) | |
| CMYK | cmyk(73%, 0%, 10%, 84%) | — | |
| HSV | hsv(172, 73%, 16%) | — | |
| HWB | hwb(172 4% 84%) | color: hwb(172 4% 84%) | |
| OKLCH | oklch(0.2535 0.0354 182.99) | color: oklch(0.2535 0.0354 182.99) | |
| Lab | lab(13.92 -12.05 -0.61) | color: lab(13.92 -12.05 -0.61) | |
| LCH | lch(13.92 12.07 182.9) | color: lch(13.92 12.07 182.9) |
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)
#181825 — rgb(24, 24, 37)
Deuteranopia (Green-blind)
#161425 — rgb(22, 20, 37)
Tritanopia (Blue-blind)
#0C2626 — rgb(12, 38, 38)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(172, 55%, 10%);
text
color: hsl(172, 55%, 10%);
border
border: 2px solid hsl(172, 55%, 10%);
gradient light
background: linear-gradient(to right, hsl(172, 55%, 30%), hsl(172, 55%, 10%));
gradient dark
background: linear-gradient(to right, hsl(172, 55%, 10%), hsl(172, 55%, 0%))
hex
background-color: #0B2824;
tailwind
bg-[hsl(172,55%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(172, 55%, 10%, 0.4);
css variable
--color-primary: hsl(172, 55%, 10%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(172, 55%, 10%)?
HEX: #0B2824 | RGB: rgb(11, 40, 36) | CMYK: 73%, 0%, 10%, 84% | HSV: 172°, 73%, 16%. Copy any format from the conversion table above.
What colors go well with #0B2824?
The complementary color is HSL(352, 55%, 10%). For a triadic harmony, use hues 172°, 292°, and 52°. For analogous combinations, try hues 142° and 202°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(172, 55%, 10%) in CSS?
As HSL: color: hsl(172, 55%, 10%); — As HEX: color: #0B2824; — As RGB: color: rgb(11, 40, 36); — Tailwind CSS: bg-[hsl(172,55%,10%)] — CSS variable: --color-primary: hsl(172, 55%, 10%);