HSL(171, 99%, 29%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(171,99%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(171, 99%, 29%) | color: hsl(171, 99%, 29%) | |
| HEX | #01937D | color: #01937D | |
| RGB | rgb(1, 147, 125) | color: rgb(1, 147, 125) | |
| CMYK | cmyk(99%, 0%, 15%, 42%) | — | |
| HSV | hsv(171, 99%, 58%) | — | |
| HWB | hwb(171 1% 42%) | color: hwb(171 1% 42%) | |
| OKLCH | oklch(0.5931 0.1097 177.09) | color: oklch(0.5931 0.1097 177.09) | |
| Lab | lab(54.4 -38.47 2.32) | color: lab(54.4 -38.47 2.32) | |
| LCH | lch(54.4 38.54 176.55) | color: lch(54.4 38.54 176.55) |
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)
#404282 — rgb(64, 66, 130)
Deuteranopia (Green-blind)
#382D84 — rgb(56, 45, 132)
Tritanopia (Blue-blind)
#088787 — rgb(8, 135, 135)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(171, 99%, 29%);
text
color: hsl(171, 99%, 29%);
border
border: 2px solid hsl(171, 99%, 29%);
gradient light
background: linear-gradient(to right, hsl(171, 99%, 49%), hsl(171, 99%, 29%));
gradient dark
background: linear-gradient(to right, hsl(171, 99%, 29%), hsl(171, 99%, 9%))
hex
background-color: #01937D;
tailwind
bg-[hsl(171,99%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(171, 99%, 29%, 0.4);
css variable
--color-primary: hsl(171, 99%, 29%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(171, 99%, 29%)?
HEX: #01937D | RGB: rgb(1, 147, 125) | CMYK: 99%, 0%, 15%, 42% | HSV: 171°, 99%, 58%. Copy any format from the conversion table above.
What colors go well with #01937D?
The complementary color is HSL(351, 99%, 29%). 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, 99%, 29%) in CSS?
As HSL: color: hsl(171, 99%, 29%); — As HEX: color: #01937D; — As RGB: color: rgb(1, 147, 125); — Tailwind CSS: bg-[hsl(171,99%,29%)] — CSS variable: --color-primary: hsl(171, 99%, 29%);