HSL(166, 83%, 29%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(166,83%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(166, 83%, 29%) | color: hsl(166, 83%, 29%) | |
| HEX | #0D876B | color: #0D876B | |
| RGB | rgb(13, 135, 107) | color: rgb(13, 135, 107) | |
| CMYK | cmyk(90%, 0%, 21%, 47%) | — | |
| HSV | hsv(166, 90%, 53%) | — | |
| HWB | hwb(166 5% 47%) | color: hwb(166 5% 47%) | |
| OKLCH | oklch(0.5562 0.1062 171.05) | color: oklch(0.5562 0.1062 171.05) | |
| Lab | lab(50.07 -37.59 6.49) | color: lab(50.07 -37.59 6.49) | |
| LCH | lch(50.07 38.15 170.2) | color: lch(50.07 38.15 170.2) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#424372 — rgb(66, 67, 114)
Deuteranopia (Green-blind)
#3B3273 — rgb(59, 50, 115)
Tritanopia (Blue-blind)
#137778 — rgb(19, 119, 120)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(166, 83%, 29%);
text
color: hsl(166, 83%, 29%);
border
border: 2px solid hsl(166, 83%, 29%);
gradient light
background: linear-gradient(to right, hsl(166, 83%, 49%), hsl(166, 83%, 29%));
gradient dark
background: linear-gradient(to right, hsl(166, 83%, 29%), hsl(166, 83%, 9%))
hex
background-color: #0D876B;
tailwind
bg-[hsl(166,83%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(166, 83%, 29%, 0.4);
css variable
--color-primary: hsl(166, 83%, 29%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(166, 83%, 29%)?
HEX: #0D876B | RGB: rgb(13, 135, 107) | CMYK: 90%, 0%, 21%, 47% | HSV: 166°, 90%, 53%. Copy any format from the conversion table above.
What colors go well with #0D876B?
The complementary color is HSL(346, 83%, 29%). For a triadic harmony, use hues 166°, 286°, and 46°. For analogous combinations, try hues 136° and 196°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(166, 83%, 29%) in CSS?
As HSL: color: hsl(166, 83%, 29%); — As HEX: color: #0D876B; — As RGB: color: rgb(13, 135, 107); — Tailwind CSS: bg-[hsl(166,83%,29%)] — CSS variable: --color-primary: hsl(166, 83%, 29%);