HSL(157, 32%, 37%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(157,32%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(157, 32%, 37%) | color: hsl(157, 32%, 37%) | |
| HEX | #407D65 | color: #407D65 | |
| RGB | rgb(64, 125, 101) | color: rgb(64, 125, 101) | |
| CMYK | cmyk(49%, 0%, 19%, 51%) | — | |
| HSV | hsv(156, 49%, 49%) | — | |
| HWB | hwb(156 25% 51%) | color: hwb(156 25% 51%) | |
| OKLCH | oklch(0.5414 0.0747 165.99) | color: oklch(0.5414 0.0747 165.99) | |
| Lab | lab(47.87 -25.92 7.04) | color: lab(47.87 -25.92 7.04) | |
| LCH | lch(47.87 26.86 164.8) | color: lch(47.87 26.86 164.8) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#5A5B6B — rgb(90, 91, 107)
Deuteranopia (Green-blind)
#57526C — rgb(87, 82, 108)
Tritanopia (Blue-blind)
#436F70 — rgb(67, 111, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(157, 32%, 37%);
text
color: hsl(157, 32%, 37%);
border
border: 2px solid hsl(157, 32%, 37%);
gradient light
background: linear-gradient(to right, hsl(157, 32%, 57%), hsl(157, 32%, 37%));
gradient dark
background: linear-gradient(to right, hsl(157, 32%, 37%), hsl(157, 32%, 17%))
hex
background-color: #407D65;
tailwind
bg-[hsl(157,32%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(157, 32%, 37%, 0.4);
css variable
--color-primary: hsl(157, 32%, 37%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(157, 32%, 37%)?
HEX: #407D65 | RGB: rgb(64, 125, 101) | CMYK: 49%, 0%, 19%, 51% | HSV: 156°, 49%, 49%. Copy any format from the conversion table above.
What colors go well with #407D65?
The complementary color is HSL(337, 32%, 37%). For a triadic harmony, use hues 157°, 277°, and 37°. For analogous combinations, try hues 127° and 187°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(157, 32%, 37%) in CSS?
As HSL: color: hsl(157, 32%, 37%); — As HEX: color: #407D65; — As RGB: color: rgb(64, 125, 101); — Tailwind CSS: bg-[hsl(157,32%,37%)] — CSS variable: --color-primary: hsl(157, 32%, 37%);