HSL(152, 51%, 9%)
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(152,51%,9%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(152, 51%, 9%) | color: hsl(152, 51%, 9%) | |
| HEX | #0B2318 | color: #0B2318 | |
| RGB | rgb(11, 35, 24) | color: rgb(11, 35, 24) | |
| CMYK | cmyk(69%, 0%, 31%, 86%) | — | |
| HSV | hsv(153, 69%, 14%) | — | |
| HWB | hwb(153 4% 86%) | color: hwb(153 4% 86%) | |
| OKLCH | oklch(0.2329 0.0372 161.61) | color: oklch(0.2329 0.0372 161.61) | |
| Lab | lab(11.55 -12.8 4.59) | color: lab(11.55 -12.8 4.59) | |
| LCH | lch(11.55 13.6 160.27) | color: lch(11.55 13.6 160.27) |
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)
#15161B — rgb(21, 22, 27)
Deuteranopia (Green-blind)
#14121B — rgb(20, 18, 27)
Tritanopia (Blue-blind)
#0C1D1D — rgb(12, 29, 29)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(152, 51%, 9%);
text
color: hsl(152, 51%, 9%);
border
border: 2px solid hsl(152, 51%, 9%);
gradient light
background: linear-gradient(to right, hsl(152, 51%, 29%), hsl(152, 51%, 9%));
gradient dark
background: linear-gradient(to right, hsl(152, 51%, 9%), hsl(152, 51%, 0%))
hex
background-color: #0B2318;
tailwind
bg-[hsl(152,51%,9%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(152, 51%, 9%, 0.4);
css variable
--color-primary: hsl(152, 51%, 9%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(152, 51%, 9%)?
HEX: #0B2318 | RGB: rgb(11, 35, 24) | CMYK: 69%, 0%, 31%, 86% | HSV: 153°, 69%, 14%. Copy any format from the conversion table above.
What colors go well with #0B2318?
The complementary color is HSL(332, 51%, 9%). For a triadic harmony, use hues 152°, 272°, and 32°. For analogous combinations, try hues 122° and 182°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(152, 51%, 9%) in CSS?
As HSL: color: hsl(152, 51%, 9%); — As HEX: color: #0B2318; — As RGB: color: rgb(11, 35, 24); — Tailwind CSS: bg-[hsl(152,51%,9%)] — CSS variable: --color-primary: hsl(152, 51%, 9%);