HSL(172, 74%, 43%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(172,74%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(172, 74%, 43%) | color: hsl(172, 74%, 43%) | |
| HEX | #1DBFA9 | color: #1DBFA9 | |
| RGB | rgb(29, 191, 169) | color: rgb(29, 191, 169) | |
| CMYK | cmyk(85%, 0%, 12%, 25%) | — | |
| HSV | hsv(172, 85%, 75%) | — | |
| HWB | hwb(172 11% 25%) | color: hwb(172 11% 25%) | |
| OKLCH | oklch(0.7233 0.1265 180.29) | color: oklch(0.7233 0.1265 180.29) | |
| Lab | lab(69.74 -43.78 0.04) | color: lab(69.74 -43.78 0.04) | |
| LCH | lch(69.74 43.78 179.95) | color: lch(69.74 43.78 179.95) |
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)
#6365AE — rgb(99, 101, 174)
Deuteranopia (Green-blind)
#5A4EB0 — rgb(90, 78, 176)
Tritanopia (Blue-blind)
#25B3B3 — rgb(37, 179, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(172, 74%, 43%);
text
color: hsl(172, 74%, 43%);
border
border: 2px solid hsl(172, 74%, 43%);
gradient light
background: linear-gradient(to right, hsl(172, 74%, 63%), hsl(172, 74%, 43%));
gradient dark
background: linear-gradient(to right, hsl(172, 74%, 43%), hsl(172, 74%, 23%))
hex
background-color: #1DBFA9;
tailwind
bg-[hsl(172,74%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(172, 74%, 43%, 0.4);
css variable
--color-primary: hsl(172, 74%, 43%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(172, 74%, 43%)?
HEX: #1DBFA9 | RGB: rgb(29, 191, 169) | CMYK: 85%, 0%, 12%, 25% | HSV: 172°, 85%, 75%. Copy any format from the conversion table above.
What colors go well with #1DBFA9?
The complementary color is HSL(352, 74%, 43%). For a triadic harmony, use hues 172°, 292°, and 52°. For analogous combinations, try hues 142° and 202°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(172, 74%, 43%) in CSS?
As HSL: color: hsl(172, 74%, 43%); — As HEX: color: #1DBFA9; — As RGB: color: rgb(29, 191, 169); — Tailwind CSS: bg-[hsl(172,74%,43%)] — CSS variable: --color-primary: hsl(172, 74%, 43%);