HSL(171, 59%, 15%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(171,59%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(171, 59%, 15%) | color: hsl(171, 59%, 15%) | |
| HEX | #103D36 | color: #103D36 | |
| RGB | rgb(16, 61, 54) | color: rgb(16, 61, 54) | |
| CMYK | cmyk(74%, 0%, 11%, 76%) | — | |
| HSV | hsv(171, 74%, 24%) | — | |
| HWB | hwb(171 6% 76%) | color: hwb(171 6% 76%) | |
| OKLCH | oklch(0.3274 0.0499 180.8) | color: oklch(0.3274 0.0499 180.8) | |
| Lab | lab(22.7 -17.17 -0.16) | color: lab(22.7 -17.17 -0.16) | |
| LCH | lch(22.7 17.17 180.53) | color: lch(22.7 17.17 180.53) |
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)
#232438 — rgb(35, 36, 56)
Deuteranopia (Green-blind)
#211E38 — rgb(33, 30, 56)
Tritanopia (Blue-blind)
#123939 — rgb(18, 57, 57)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(171, 59%, 15%);
text
color: hsl(171, 59%, 15%);
border
border: 2px solid hsl(171, 59%, 15%);
gradient light
background: linear-gradient(to right, hsl(171, 59%, 35%), hsl(171, 59%, 15%));
gradient dark
background: linear-gradient(to right, hsl(171, 59%, 15%), hsl(171, 59%, 0%))
hex
background-color: #103D36;
tailwind
bg-[hsl(171,59%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(171, 59%, 15%, 0.4);
css variable
--color-primary: hsl(171, 59%, 15%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(171, 59%, 15%)?
HEX: #103D36 | RGB: rgb(16, 61, 54) | CMYK: 74%, 0%, 11%, 76% | HSV: 171°, 74%, 24%. Copy any format from the conversion table above.
What colors go well with #103D36?
The complementary color is HSL(351, 59%, 15%). For a triadic harmony, use hues 171°, 291°, and 51°. For analogous combinations, try hues 141° and 201°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(171, 59%, 15%) in CSS?
As HSL: color: hsl(171, 59%, 15%); — As HEX: color: #103D36; — As RGB: color: rgb(16, 61, 54); — Tailwind CSS: bg-[hsl(171,59%,15%)] — CSS variable: --color-primary: hsl(171, 59%, 15%);