HSL(171, 98%, 60%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(171,98%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(171, 98%, 60%) | color: hsl(171, 98%, 60%) | |
| HEX | #35FDDF | color: #35FDDF | |
| RGB | rgb(53, 253, 223) | color: rgb(53, 253, 223) | |
| CMYK | cmyk(79%, 0%, 12%, 1%) | — | |
| HSV | hsv(171, 79%, 99%) | — | |
| HWB | hwb(171 21% 1%) | color: hwb(171 21% 1%) | |
| OKLCH | oklch(0.8945 0.1544 179.45) | color: oklch(0.8945 0.1544 179.45) | |
| Lab | lab(90.01 -53.57 0.89) | color: lab(90.01 -53.57 0.89) | |
| LCH | lch(90.01 53.58 179.05) | color: lch(90.01 53.58 179.05) |
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)
#8C8DE6 — rgb(140, 141, 230)
Deuteranopia (Green-blind)
#8071E8 — rgb(128, 113, 232)
Tritanopia (Blue-blind)
#3FECED — rgb(63, 236, 237)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(171, 98%, 60%);
text
color: hsl(171, 98%, 60%);
border
border: 2px solid hsl(171, 98%, 60%);
gradient light
background: linear-gradient(to right, hsl(171, 98%, 80%), hsl(171, 98%, 60%));
gradient dark
background: linear-gradient(to right, hsl(171, 98%, 60%), hsl(171, 98%, 40%))
hex
background-color: #35FDDF;
tailwind
bg-[hsl(171,98%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(171, 98%, 60%, 0.4);
css variable
--color-primary: hsl(171, 98%, 60%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(171, 98%, 60%)?
HEX: #35FDDF | RGB: rgb(53, 253, 223) | CMYK: 79%, 0%, 12%, 1% | HSV: 171°, 79%, 99%. Copy any format from the conversion table above.
What colors go well with #35FDDF?
The complementary color is HSL(351, 98%, 60%). 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, 98%, 60%) in CSS?
As HSL: color: hsl(171, 98%, 60%); — As HEX: color: #35FDDF; — As RGB: color: rgb(53, 253, 223); — Tailwind CSS: bg-[hsl(171,98%,60%)] — CSS variable: --color-primary: hsl(171, 98%, 60%);