HSL(152, 87%, 72%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(152,87%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(152, 87%, 72%) | color: hsl(152, 87%, 72%) | |
| HEX | #79F6BC | color: #79F6BC | |
| RGB | rgb(121, 246, 188) | color: rgb(121, 246, 188) | |
| CMYK | cmyk(51%, 0%, 24%, 4%) | — | |
| HSV | hsv(152, 51%, 96%) | — | |
| HWB | hwb(152 47% 4%) | color: hwb(152 47% 4%) | |
| OKLCH | oklch(0.8859 0.1398 161.45) | color: oklch(0.8859 0.1398 161.45) | |
| Lab | lab(88.73 -48.05 17.39) | color: lab(88.73 -48.05 17.39) | |
| LCH | lch(88.73 51.1 160.1) | color: lch(88.73 51.1 160.1) |
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)
#AFB0CA — rgb(175, 176, 202)
Deuteranopia (Green-blind)
#A89FCD — rgb(168, 159, 205)
Tritanopia (Blue-blind)
#7FD5D8 — rgb(127, 213, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(152, 87%, 72%);
text
color: hsl(152, 87%, 72%);
border
border: 2px solid hsl(152, 87%, 72%);
gradient light
background: linear-gradient(to right, hsl(152, 87%, 92%), hsl(152, 87%, 72%));
gradient dark
background: linear-gradient(to right, hsl(152, 87%, 72%), hsl(152, 87%, 52%))
hex
background-color: #79F6BC;
tailwind
bg-[hsl(152,87%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(152, 87%, 72%, 0.4);
css variable
--color-primary: hsl(152, 87%, 72%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(152, 87%, 72%)?
HEX: #79F6BC | RGB: rgb(121, 246, 188) | CMYK: 51%, 0%, 24%, 4% | HSV: 152°, 51%, 96%. Copy any format from the conversion table above.
What colors go well with #79F6BC?
The complementary color is HSL(332, 87%, 72%). For a triadic harmony, use hues 152°, 272°, and 32°. For analogous combinations, try hues 122° and 182°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(152, 87%, 72%) in CSS?
As HSL: color: hsl(152, 87%, 72%); — As HEX: color: #79F6BC; — As RGB: color: rgb(121, 246, 188); — Tailwind CSS: bg-[hsl(152,87%,72%)] — CSS variable: --color-primary: hsl(152, 87%, 72%);