HSL(173, 100%, 60%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(173,100%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(173, 100%, 60%) | color: hsl(173, 100%, 60%) | |
| HEX | #33FFE7 | color: #33FFE7 | |
| RGB | rgb(51, 255, 231) | color: rgb(51, 255, 231) | |
| CMYK | cmyk(80%, 0%, 9%, 0%) | — | |
| HSV | hsv(173, 80%, 100%) | — | |
| HWB | hwb(173 20% 0%) | color: hwb(173 20% 0%) | |
| OKLCH | oklch(0.9014 0.1533 182.49) | color: oklch(0.9014 0.1533 182.49) | |
| Lab | lab(90.77 -52.5 -2.15) | color: lab(90.77 -52.5 -2.15) | |
| LCH | lch(90.77 52.54 182.35) | color: lch(90.77 52.54 182.35) |
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)
#8B8DED — rgb(139, 141, 237)
Deuteranopia (Green-blind)
#8070EE — rgb(128, 112, 238)
Tritanopia (Blue-blind)
#3DF1F2 — rgb(61, 241, 242)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(173, 100%, 60%);
text
color: hsl(173, 100%, 60%);
border
border: 2px solid hsl(173, 100%, 60%);
gradient light
background: linear-gradient(to right, hsl(173, 100%, 80%), hsl(173, 100%, 60%));
gradient dark
background: linear-gradient(to right, hsl(173, 100%, 60%), hsl(173, 100%, 40%))
hex
background-color: #33FFE7;
tailwind
bg-[hsl(173,100%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(173, 100%, 60%, 0.4);
css variable
--color-primary: hsl(173, 100%, 60%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(173, 100%, 60%)?
HEX: #33FFE7 | RGB: rgb(51, 255, 231) | CMYK: 80%, 0%, 9%, 0% | HSV: 173°, 80%, 100%. Copy any format from the conversion table above.
What colors go well with #33FFE7?
The complementary color is HSL(353, 100%, 60%). For a triadic harmony, use hues 173°, 293°, and 53°. For analogous combinations, try hues 143° and 203°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(173, 100%, 60%) in CSS?
As HSL: color: hsl(173, 100%, 60%); — As HEX: color: #33FFE7; — As RGB: color: rgb(51, 255, 231); — Tailwind CSS: bg-[hsl(173,100%,60%)] — CSS variable: --color-primary: hsl(173, 100%, 60%);