HSL(175, 43%, 31%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,43%,31%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 43%, 31%) | color: hsl(175, 43%, 31%) | |
| HEX | #2D716B | color: #2D716B | |
| RGB | rgb(45, 113, 107) | color: rgb(45, 113, 107) | |
| CMYK | cmyk(60%, 0%, 5%, 56%) | — | |
| HSV | hsv(175, 60%, 44%) | — | |
| HWB | hwb(175 18% 56%) | color: hwb(175 18% 56%) | |
| OKLCH | oklch(0.5036 0.0689 187.29) | color: oklch(0.5036 0.0689 187.29) | |
| Lab | lab(43.4 -22.87 -3.1) | color: lab(43.4 -22.87 -3.1) | |
| LCH | lch(43.4 23.08 187.72) | color: lch(43.4 23.08 187.72) |
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)
#4A4B6C — rgb(74, 75, 108)
Deuteranopia (Green-blind)
#47416D — rgb(71, 65, 109)
Tritanopia (Blue-blind)
#306E6E — rgb(48, 110, 110)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 43%, 31%);
text
color: hsl(175, 43%, 31%);
border
border: 2px solid hsl(175, 43%, 31%);
gradient light
background: linear-gradient(to right, hsl(175, 43%, 51%), hsl(175, 43%, 31%));
gradient dark
background: linear-gradient(to right, hsl(175, 43%, 31%), hsl(175, 43%, 11%))
hex
background-color: #2D716B;
tailwind
bg-[hsl(175,43%,31%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 43%, 31%, 0.4);
css variable
--color-primary: hsl(175, 43%, 31%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 43%, 31%)?
HEX: #2D716B | RGB: rgb(45, 113, 107) | CMYK: 60%, 0%, 5%, 56% | HSV: 175°, 60%, 44%. Copy any format from the conversion table above.
What colors go well with #2D716B?
The complementary color is HSL(355, 43%, 31%). For a triadic harmony, use hues 175°, 295°, and 55°. For analogous combinations, try hues 145° and 205°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(175, 43%, 31%) in CSS?
As HSL: color: hsl(175, 43%, 31%); — As HEX: color: #2D716B; — As RGB: color: rgb(45, 113, 107); — Tailwind CSS: bg-[hsl(175,43%,31%)] — CSS variable: --color-primary: hsl(175, 43%, 31%);