HSL(161, 31%, 37%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(161,31%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(161, 31%, 37%) | color: hsl(161, 31%, 37%) | |
| HEX | #417C69 | color: #417C69 | |
| RGB | rgb(65, 124, 105) | color: rgb(65, 124, 105) | |
| CMYK | cmyk(48%, 0%, 15%, 51%) | — | |
| HSV | hsv(161, 48%, 49%) | — | |
| HWB | hwb(161 25% 51%) | color: hwb(161 25% 51%) | |
| OKLCH | oklch(0.5404 0.0694 170.58) | color: oklch(0.5404 0.0694 170.58) | |
| Lab | lab(47.7 -24.17 4.44) | color: lab(47.7 -24.17 4.44) | |
| LCH | lch(47.7 24.57 169.59) | color: lch(47.7 24.57 169.59) |
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)
#5B5B6E — rgb(91, 91, 110)
Deuteranopia (Green-blind)
#57536F — rgb(87, 83, 111)
Tritanopia (Blue-blind)
#447172 — rgb(68, 113, 114)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(161, 31%, 37%);
text
color: hsl(161, 31%, 37%);
border
border: 2px solid hsl(161, 31%, 37%);
gradient light
background: linear-gradient(to right, hsl(161, 31%, 57%), hsl(161, 31%, 37%));
gradient dark
background: linear-gradient(to right, hsl(161, 31%, 37%), hsl(161, 31%, 17%))
hex
background-color: #417C69;
tailwind
bg-[hsl(161,31%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(161, 31%, 37%, 0.4);
css variable
--color-primary: hsl(161, 31%, 37%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(161, 31%, 37%)?
HEX: #417C69 | RGB: rgb(65, 124, 105) | CMYK: 48%, 0%, 15%, 51% | HSV: 161°, 48%, 49%. Copy any format from the conversion table above.
What colors go well with #417C69?
The complementary color is HSL(341, 31%, 37%). For a triadic harmony, use hues 161°, 281°, and 41°. For analogous combinations, try hues 131° and 191°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(161, 31%, 37%) in CSS?
As HSL: color: hsl(161, 31%, 37%); — As HEX: color: #417C69; — As RGB: color: rgb(65, 124, 105); — Tailwind CSS: bg-[hsl(161,31%,37%)] — CSS variable: --color-primary: hsl(161, 31%, 37%);