HSL(153, 63%, 53%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(153,63%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(153, 63%, 53%) | color: hsl(153, 63%, 53%) | |
| HEX | #3CD38F | color: #3CD38F | |
| RGB | rgb(60, 211, 143) | color: rgb(60, 211, 143) | |
| CMYK | cmyk(72%, 0%, 32%, 17%) | — | |
| HSV | hsv(153, 72%, 83%) | — | |
| HWB | hwb(153 23% 17%) | color: hwb(153 23% 17%) | |
| OKLCH | oklch(0.7723 0.1593 158.97) | color: oklch(0.7723 0.1593 158.97) | |
| Lab | lab(75.78 -54.74 22.61) | color: lab(75.78 -54.74 22.61) | |
| LCH | lch(75.78 59.23 157.56) | color: lch(75.78 59.23 157.56) |
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)
#7D7F9F — rgb(125, 127, 159)
Deuteranopia (Green-blind)
#7569A3 — rgb(117, 105, 163)
Tritanopia (Blue-blind)
#44ACAF — rgb(68, 172, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(153, 63%, 53%);
text
color: hsl(153, 63%, 53%);
border
border: 2px solid hsl(153, 63%, 53%);
gradient light
background: linear-gradient(to right, hsl(153, 63%, 73%), hsl(153, 63%, 53%));
gradient dark
background: linear-gradient(to right, hsl(153, 63%, 53%), hsl(153, 63%, 33%))
hex
background-color: #3CD38F;
tailwind
bg-[hsl(153,63%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(153, 63%, 53%, 0.4);
css variable
--color-primary: hsl(153, 63%, 53%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(153, 63%, 53%)?
HEX: #3CD38F | RGB: rgb(60, 211, 143) | CMYK: 72%, 0%, 32%, 17% | HSV: 153°, 72%, 83%. Copy any format from the conversion table above.
What colors go well with #3CD38F?
The complementary color is HSL(333, 63%, 53%). 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, 63%, 53%) in CSS?
As HSL: color: hsl(153, 63%, 53%); — As HEX: color: #3CD38F; — As RGB: color: rgb(60, 211, 143); — Tailwind CSS: bg-[hsl(153,63%,53%)] — CSS variable: --color-primary: hsl(153, 63%, 53%);