HSL(160, 40%, 37%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(160,40%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(160, 40%, 37%) | color: hsl(160, 40%, 37%) | |
| HEX | #39846B | color: #39846B | |
| RGB | rgb(57, 132, 107) | color: rgb(57, 132, 107) | |
| CMYK | cmyk(57%, 0%, 19%, 48%) | — | |
| HSV | hsv(160, 57%, 52%) | — | |
| HWB | hwb(160 22% 48%) | color: hwb(160 22% 48%) | |
| OKLCH | oklch(0.5585 0.0848 168.59) | color: oklch(0.5585 0.0848 168.59) | |
| Lab | lab(50.02 -29.67 6.55) | color: lab(50.02 -29.67 6.55) | |
| LCH | lch(50.02 30.38 167.55) | color: lch(50.02 30.38 167.55) |
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)
#595A71 — rgb(89, 90, 113)
Deuteranopia (Green-blind)
#555073 — rgb(85, 80, 115)
Tritanopia (Blue-blind)
#3D7677 — rgb(61, 118, 119)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(160, 40%, 37%);
text
color: hsl(160, 40%, 37%);
border
border: 2px solid hsl(160, 40%, 37%);
gradient light
background: linear-gradient(to right, hsl(160, 40%, 57%), hsl(160, 40%, 37%));
gradient dark
background: linear-gradient(to right, hsl(160, 40%, 37%), hsl(160, 40%, 17%))
hex
background-color: #39846B;
tailwind
bg-[hsl(160,40%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(160, 40%, 37%, 0.4);
css variable
--color-primary: hsl(160, 40%, 37%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(160, 40%, 37%)?
HEX: #39846B | RGB: rgb(57, 132, 107) | CMYK: 57%, 0%, 19%, 48% | HSV: 160°, 57%, 52%. Copy any format from the conversion table above.
What colors go well with #39846B?
The complementary color is HSL(340, 40%, 37%). For a triadic harmony, use hues 160°, 280°, and 40°. For analogous combinations, try hues 130° and 190°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(160, 40%, 37%) in CSS?
As HSL: color: hsl(160, 40%, 37%); — As HEX: color: #39846B; — As RGB: color: rgb(57, 132, 107); — Tailwind CSS: bg-[hsl(160,40%,37%)] — CSS variable: --color-primary: hsl(160, 40%, 37%);