HSL(151, 45%, 41%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(151,45%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 45%, 41%) | color: hsl(151, 45%, 41%) | |
| HEX | #3A986A | color: #3A986A | |
| RGB | rgb(58, 152, 106) | color: rgb(58, 152, 106) | |
| CMYK | cmyk(62%, 0%, 30%, 40%) | — | |
| HSV | hsv(151, 62%, 60%) | — | |
| HWB | hwb(151 23% 40%) | color: hwb(151 23% 40%) | |
| OKLCH | oklch(0.6113 0.1137 158.81) | color: oklch(0.6113 0.1137 158.81) | |
| Lab | lab(56.48 -38.82 16.18) | color: lab(56.48 -38.82 16.18) | |
| LCH | lch(56.48 42.06 157.37) | color: lch(56.48 42.06 157.37) |
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)
#636475 — rgb(99, 100, 117)
Deuteranopia (Green-blind)
#5D5678 — rgb(93, 86, 120)
Tritanopia (Blue-blind)
#3F7E80 — rgb(63, 126, 128)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 45%, 41%);
text
color: hsl(151, 45%, 41%);
border
border: 2px solid hsl(151, 45%, 41%);
gradient light
background: linear-gradient(to right, hsl(151, 45%, 61%), hsl(151, 45%, 41%));
gradient dark
background: linear-gradient(to right, hsl(151, 45%, 41%), hsl(151, 45%, 21%))
hex
background-color: #3A986A;
tailwind
bg-[hsl(151,45%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 45%, 41%, 0.4);
css variable
--color-primary: hsl(151, 45%, 41%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(151, 45%, 41%)?
HEX: #3A986A | RGB: rgb(58, 152, 106) | CMYK: 62%, 0%, 30%, 40% | HSV: 151°, 62%, 60%. Copy any format from the conversion table above.
What colors go well with #3A986A?
The complementary color is HSL(331, 45%, 41%). 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, 45%, 41%) in CSS?
As HSL: color: hsl(151, 45%, 41%); — As HEX: color: #3A986A; — As RGB: color: rgb(58, 152, 106); — Tailwind CSS: bg-[hsl(151,45%,41%)] — CSS variable: --color-primary: hsl(151, 45%, 41%);