HSL(159, 50%, 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(159,50%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(159, 50%, 10%) | color: hsl(159, 50%, 10%) | |
| HEX | #0D261D | color: #0D261D | |
| RGB | rgb(13, 38, 29) | color: rgb(13, 38, 29) | |
| CMYK | cmyk(66%, 0%, 24%, 85%) | — | |
| HSV | hsv(158, 66%, 15%) | — | |
| HWB | hwb(158 5% 85%) | color: hwb(158 5% 85%) | |
| OKLCH | oklch(0.2454 0.0359 167.4) | color: oklch(0.2454 0.0359 167.4) | |
| Lab | lab(12.99 -12.51 3.05) | color: lab(12.99 -12.51 3.05) | |
| LCH | lch(12.99 12.88 166.3) | color: lch(12.99 12.88 166.3) |
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)
#18181F — rgb(24, 24, 31)
Deuteranopia (Green-blind)
#161520 — rgb(22, 21, 32)
Tritanopia (Blue-blind)
#0E2121 — rgb(14, 33, 33)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(159, 50%, 10%);
text
color: hsl(159, 50%, 10%);
border
border: 2px solid hsl(159, 50%, 10%);
gradient light
background: linear-gradient(to right, hsl(159, 50%, 30%), hsl(159, 50%, 10%));
gradient dark
background: linear-gradient(to right, hsl(159, 50%, 10%), hsl(159, 50%, 0%))
hex
background-color: #0D261D;
tailwind
bg-[hsl(159,50%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(159, 50%, 10%, 0.4);
css variable
--color-primary: hsl(159, 50%, 10%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(159, 50%, 10%)?
HEX: #0D261D | RGB: rgb(13, 38, 29) | CMYK: 66%, 0%, 24%, 85% | HSV: 158°, 66%, 15%. Copy any format from the conversion table above.
What colors go well with #0D261D?
The complementary color is HSL(339, 50%, 10%). For a triadic harmony, use hues 159°, 279°, and 39°. For analogous combinations, try hues 129° and 189°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(159, 50%, 10%) in CSS?
As HSL: color: hsl(159, 50%, 10%); — As HEX: color: #0D261D; — As RGB: color: rgb(13, 38, 29); — Tailwind CSS: bg-[hsl(159,50%,10%)] — CSS variable: --color-primary: hsl(159, 50%, 10%);