HSL(153, 30%, 52%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(153,30%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(153, 30%, 52%) | color: hsl(153, 30%, 52%) | |
| HEX | #60A988 | color: #60A988 | |
| RGB | rgb(96, 169, 136) | color: rgb(96, 169, 136) | |
| CMYK | cmyk(43%, 0%, 20%, 34%) | — | |
| HSV | hsv(153, 43%, 66%) | — | |
| HWB | hwb(153 38% 34%) | color: hwb(153 38% 34%) | |
| OKLCH | oklch(0.6775 0.0891 163.26) | color: oklch(0.6775 0.0891 163.26) | |
| Lab | lab(63.87 -30.64 9.99) | color: lab(63.87 -30.64 9.99) | |
| LCH | lch(63.87 32.23 161.94) | color: lch(63.87 32.23 161.94) |
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)
#808090 — rgb(128, 128, 144)
Deuteranopia (Green-blind)
#7B7692 — rgb(123, 118, 146)
Tritanopia (Blue-blind)
#649698 — rgb(100, 150, 152)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(153, 30%, 52%);
text
color: hsl(153, 30%, 52%);
border
border: 2px solid hsl(153, 30%, 52%);
gradient light
background: linear-gradient(to right, hsl(153, 30%, 72%), hsl(153, 30%, 52%));
gradient dark
background: linear-gradient(to right, hsl(153, 30%, 52%), hsl(153, 30%, 32%))
hex
background-color: #60A988;
tailwind
bg-[hsl(153,30%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(153, 30%, 52%, 0.4);
css variable
--color-primary: hsl(153, 30%, 52%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(153, 30%, 52%)?
HEX: #60A988 | RGB: rgb(96, 169, 136) | CMYK: 43%, 0%, 20%, 34% | HSV: 153°, 43%, 66%. Copy any format from the conversion table above.
What colors go well with #60A988?
The complementary color is HSL(333, 30%, 52%). For a triadic harmony, use hues 153°, 273°, and 33°. For analogous combinations, try hues 123° and 183°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(153, 30%, 52%) in CSS?
As HSL: color: hsl(153, 30%, 52%); — As HEX: color: #60A988; — As RGB: color: rgb(96, 169, 136); — Tailwind CSS: bg-[hsl(153,30%,52%)] — CSS variable: --color-primary: hsl(153, 30%, 52%);