HSL(152, 100%, 62%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(152,100%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(152, 100%, 62%) | color: hsl(152, 100%, 62%) | |
| HEX | #3DFFA5 | color: #3DFFA5 | |
| RGB | rgb(61, 255, 165) | color: rgb(61, 255, 165) | |
| CMYK | cmyk(76%, 0%, 35%, 0%) | — | |
| HSV | hsv(152, 76%, 100%) | — | |
| HWB | hwb(152 24% 0%) | color: hwb(152 24% 0%) | |
| OKLCH | oklch(0.8866 0.1951 157.33) | color: oklch(0.8866 0.1951 157.33) | |
| Lab | lab(89.5 -66.56 29.93) | color: lab(89.5 -66.56 29.93) | |
| LCH | lch(89.5 72.98 155.79) | color: lch(89.5 72.98 155.79) |
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)
#9193BB — rgb(145, 147, 187)
Deuteranopia (Green-blind)
#8677C0 — rgb(134, 119, 192)
Tritanopia (Blue-blind)
#47CCD0 — rgb(71, 204, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(152, 100%, 62%);
text
color: hsl(152, 100%, 62%);
border
border: 2px solid hsl(152, 100%, 62%);
gradient light
background: linear-gradient(to right, hsl(152, 100%, 82%), hsl(152, 100%, 62%));
gradient dark
background: linear-gradient(to right, hsl(152, 100%, 62%), hsl(152, 100%, 42%))
hex
background-color: #3DFFA5;
tailwind
bg-[hsl(152,100%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(152, 100%, 62%, 0.4);
css variable
--color-primary: hsl(152, 100%, 62%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(152, 100%, 62%)?
HEX: #3DFFA5 | RGB: rgb(61, 255, 165) | CMYK: 76%, 0%, 35%, 0% | HSV: 152°, 76%, 100%. Copy any format from the conversion table above.
What colors go well with #3DFFA5?
The complementary color is HSL(332, 100%, 62%). 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, 100%, 62%) in CSS?
As HSL: color: hsl(152, 100%, 62%); — As HEX: color: #3DFFA5; — As RGB: color: rgb(61, 255, 165); — Tailwind CSS: bg-[hsl(152,100%,62%)] — CSS variable: --color-primary: hsl(152, 100%, 62%);