HSL(151, 41%, 60%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(151,41%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 41%, 60%) | color: hsl(151, 41%, 60%) | |
| HEX | #6FC39A | color: #6FC39A | |
| RGB | rgb(111, 195, 154) | color: rgb(111, 195, 154) | |
| CMYK | cmyk(43%, 0%, 21%, 24%) | — | |
| HSV | hsv(151, 43%, 76%) | — | |
| HWB | hwb(151 43% 24%) | color: hwb(151 43% 24%) | |
| OKLCH | oklch(0.7524 0.1023 161.34) | color: oklch(0.7524 0.1023 161.34) | |
| Lab | lab(72.72 -34.94 12.75) | color: lab(72.72 -34.94 12.75) | |
| LCH | lch(72.72 37.19 159.95) | color: lch(72.72 37.19 159.95) |
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)
#9394A4 — rgb(147, 148, 164)
Deuteranopia (Green-blind)
#8F88A6 — rgb(143, 136, 166)
Tritanopia (Blue-blind)
#73ACAD — rgb(115, 172, 173)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 41%, 60%);
text
color: hsl(151, 41%, 60%);
border
border: 2px solid hsl(151, 41%, 60%);
gradient light
background: linear-gradient(to right, hsl(151, 41%, 80%), hsl(151, 41%, 60%));
gradient dark
background: linear-gradient(to right, hsl(151, 41%, 60%), hsl(151, 41%, 40%))
hex
background-color: #6FC39A;
tailwind
bg-[hsl(151,41%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 41%, 60%, 0.4);
css variable
--color-primary: hsl(151, 41%, 60%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(151, 41%, 60%)?
HEX: #6FC39A | RGB: rgb(111, 195, 154) | CMYK: 43%, 0%, 21%, 24% | HSV: 151°, 43%, 76%. Copy any format from the conversion table above.
What colors go well with #6FC39A?
The complementary color is HSL(331, 41%, 60%). 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, 41%, 60%) in CSS?
As HSL: color: hsl(151, 41%, 60%); — As HEX: color: #6FC39A; — As RGB: color: rgb(111, 195, 154); — Tailwind CSS: bg-[hsl(151,41%,60%)] — CSS variable: --color-primary: hsl(151, 41%, 60%);