HSL(163, 32%, 44%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(163,32%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(163, 32%, 44%) | color: hsl(163, 32%, 44%) | |
| HEX | #4C9480 | color: #4C9480 | |
| RGB | rgb(76, 148, 128) | color: rgb(76, 148, 128) | |
| CMYK | cmyk(49%, 0%, 14%, 42%) | — | |
| HSV | hsv(163, 49%, 58%) | — | |
| HWB | hwb(163 30% 42%) | color: hwb(163 30% 42%) | |
| OKLCH | oklch(0.6138 0.0793 173.33) | color: oklch(0.6138 0.0793 173.33) | |
| Lab | lab(56.36 -27.64 3.64) | color: lab(56.36 -27.64 3.64) | |
| LCH | lch(56.36 27.88 172.5) | color: lch(56.36 27.88 172.5) |
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)
#6B6C85 — rgb(107, 108, 133)
Deuteranopia (Green-blind)
#676286 — rgb(103, 98, 134)
Tritanopia (Blue-blind)
#50898A — rgb(80, 137, 138)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(163, 32%, 44%);
text
color: hsl(163, 32%, 44%);
border
border: 2px solid hsl(163, 32%, 44%);
gradient light
background: linear-gradient(to right, hsl(163, 32%, 64%), hsl(163, 32%, 44%));
gradient dark
background: linear-gradient(to right, hsl(163, 32%, 44%), hsl(163, 32%, 24%))
hex
background-color: #4C9480;
tailwind
bg-[hsl(163,32%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(163, 32%, 44%, 0.4);
css variable
--color-primary: hsl(163, 32%, 44%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(163, 32%, 44%)?
HEX: #4C9480 | RGB: rgb(76, 148, 128) | CMYK: 49%, 0%, 14%, 42% | HSV: 163°, 49%, 58%. Copy any format from the conversion table above.
What colors go well with #4C9480?
The complementary color is HSL(343, 32%, 44%). For a triadic harmony, use hues 163°, 283°, and 43°. For analogous combinations, try hues 133° and 193°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(163, 32%, 44%) in CSS?
As HSL: color: hsl(163, 32%, 44%); — As HEX: color: #4C9480; — As RGB: color: rgb(76, 148, 128); — Tailwind CSS: bg-[hsl(163,32%,44%)] — CSS variable: --color-primary: hsl(163, 32%, 44%);