HSL(176, 32%, 28%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(176,32%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(176, 32%, 28%) | color: hsl(176, 32%, 28%) | |
| HEX | #315E5B | color: #315E5B | |
| RGB | rgb(49, 94, 91) | color: rgb(49, 94, 91) | |
| CMYK | cmyk(48%, 0%, 3%, 63%) | — | |
| HSV | hsv(176, 48%, 37%) | — | |
| HWB | hwb(176 19% 63%) | color: hwb(176 19% 63%) | |
| OKLCH | oklch(0.4488 0.0501 189.93) | color: oklch(0.4488 0.0501 189.93) | |
| Lab | lab(36.77 -16.31 -3.11) | color: lab(36.77 -16.31 -3.11) | |
| LCH | lch(36.77 16.6 190.8) | color: lch(36.77 16.6 190.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)
#44455C — rgb(68, 69, 92)
Deuteranopia (Green-blind)
#423F5C — rgb(66, 63, 92)
Tritanopia (Blue-blind)
#335C5C — rgb(51, 92, 92)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(176, 32%, 28%);
text
color: hsl(176, 32%, 28%);
border
border: 2px solid hsl(176, 32%, 28%);
gradient light
background: linear-gradient(to right, hsl(176, 32%, 48%), hsl(176, 32%, 28%));
gradient dark
background: linear-gradient(to right, hsl(176, 32%, 28%), hsl(176, 32%, 8%))
hex
background-color: #315E5B;
tailwind
bg-[hsl(176,32%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(176, 32%, 28%, 0.4);
css variable
--color-primary: hsl(176, 32%, 28%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(176, 32%, 28%)?
HEX: #315E5B | RGB: rgb(49, 94, 91) | CMYK: 48%, 0%, 3%, 63% | HSV: 176°, 48%, 37%. Copy any format from the conversion table above.
What colors go well with #315E5B?
The complementary color is HSL(356, 32%, 28%). For a triadic harmony, use hues 176°, 296°, and 56°. For analogous combinations, try hues 146° and 206°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(176, 32%, 28%) in CSS?
As HSL: color: hsl(176, 32%, 28%); — As HEX: color: #315E5B; — As RGB: color: rgb(49, 94, 91); — Tailwind CSS: bg-[hsl(176,32%,28%)] — CSS variable: --color-primary: hsl(176, 32%, 28%);