HSL(171, 93%, 35%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(171,93%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(171, 93%, 35%) | color: hsl(171, 93%, 35%) | |
| HEX | #06AC93 | color: #06AC93 | |
| RGB | rgb(6, 172, 147) | color: rgb(6, 172, 147) | |
| CMYK | cmyk(97%, 0%, 15%, 33%) | — | |
| HSV | hsv(171, 97%, 67%) | — | |
| HWB | hwb(171 2% 33%) | color: hwb(171 2% 33%) | |
| OKLCH | oklch(0.6661 0.1224 177.3) | color: oklch(0.6661 0.1224 177.3) | |
| Lab | lab(63.05 -42.89 2.43) | color: lab(63.05 -42.89 2.43) | |
| LCH | lch(63.05 42.96 176.76) | color: lch(63.05 42.96 176.76) |
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)
#4E4F99 — rgb(78, 79, 153)
Deuteranopia (Green-blind)
#44389B — rgb(68, 56, 155)
Tritanopia (Blue-blind)
#0E9E9F — rgb(14, 158, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(171, 93%, 35%);
text
color: hsl(171, 93%, 35%);
border
border: 2px solid hsl(171, 93%, 35%);
gradient light
background: linear-gradient(to right, hsl(171, 93%, 55%), hsl(171, 93%, 35%));
gradient dark
background: linear-gradient(to right, hsl(171, 93%, 35%), hsl(171, 93%, 15%))
hex
background-color: #06AC93;
tailwind
bg-[hsl(171,93%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(171, 93%, 35%, 0.4);
css variable
--color-primary: hsl(171, 93%, 35%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(171, 93%, 35%)?
HEX: #06AC93 | RGB: rgb(6, 172, 147) | CMYK: 97%, 0%, 15%, 33% | HSV: 171°, 97%, 67%. Copy any format from the conversion table above.
What colors go well with #06AC93?
The complementary color is HSL(351, 93%, 35%). 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, 93%, 35%) in CSS?
As HSL: color: hsl(171, 93%, 35%); — As HEX: color: #06AC93; — As RGB: color: rgb(6, 172, 147); — Tailwind CSS: bg-[hsl(171,93%,35%)] — CSS variable: --color-primary: hsl(171, 93%, 35%);