HSL(151, 52%, 72%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(151,52%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 52%, 72%) | color: hsl(151, 52%, 72%) | |
| HEX | #92DDB9 | color: #92DDB9 | |
| RGB | rgb(146, 221, 185) | color: rgb(146, 221, 185) | |
| CMYK | cmyk(34%, 0%, 16%, 13%) | — | |
| HSV | hsv(151, 34%, 87%) | — | |
| HWB | hwb(151 57% 13%) | color: hwb(151 57% 13%) | |
| OKLCH | oklch(0.8384 0.0906 162.84) | color: oklch(0.8384 0.0906 162.84) | |
| Lab | lab(82.55 -30.92 10.37) | color: lab(82.55 -30.92 10.37) | |
| LCH | lch(82.55 32.61 161.46) | color: lch(82.55 32.61 161.46) |
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)
#B2B3C2 — rgb(178, 179, 194)
Deuteranopia (Green-blind)
#AEA9C4 — rgb(174, 169, 196)
Tritanopia (Blue-blind)
#96C9CA — rgb(150, 201, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 52%, 72%);
text
color: hsl(151, 52%, 72%);
border
border: 2px solid hsl(151, 52%, 72%);
gradient light
background: linear-gradient(to right, hsl(151, 52%, 92%), hsl(151, 52%, 72%));
gradient dark
background: linear-gradient(to right, hsl(151, 52%, 72%), hsl(151, 52%, 52%))
hex
background-color: #92DDB9;
tailwind
bg-[hsl(151,52%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 52%, 72%, 0.4);
css variable
--color-primary: hsl(151, 52%, 72%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(151, 52%, 72%)?
HEX: #92DDB9 | RGB: rgb(146, 221, 185) | CMYK: 34%, 0%, 16%, 13% | HSV: 151°, 34%, 87%. Copy any format from the conversion table above.
What colors go well with #92DDB9?
The complementary color is HSL(331, 52%, 72%). For a triadic harmony, use hues 151°, 271°, and 31°. For analogous combinations, try hues 121° and 181°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(151, 52%, 72%) in CSS?
As HSL: color: hsl(151, 52%, 72%); — As HEX: color: #92DDB9; — As RGB: color: rgb(146, 221, 185); — Tailwind CSS: bg-[hsl(151,52%,72%)] — CSS variable: --color-primary: hsl(151, 52%, 72%);