HSL(177, 37%, 48%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(177,37%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 37%, 48%) | color: hsl(177, 37%, 48%) | |
| HEX | #4DA8A3 | color: #4DA8A3 | |
| RGB | rgb(77, 168, 163) | color: rgb(77, 168, 163) | |
| CMYK | cmyk(54%, 0%, 3%, 34%) | — | |
| HSV | hsv(177, 54%, 66%) | — | |
| HWB | hwb(177 30% 34%) | color: hwb(177 30% 34%) | |
| OKLCH | oklch(0.6751 0.087 190.45) | color: oklch(0.6751 0.087 190.45) | |
| Lab | lab(63.53 -28.22 -5.66) | color: lab(63.53 -28.22 -5.66) | |
| LCH | lch(63.53 28.78 191.34) | color: lch(63.53 28.78 191.34) |
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)
#7475A4 — rgb(116, 117, 164)
Deuteranopia (Green-blind)
#6F68A5 — rgb(111, 104, 165)
Tritanopia (Blue-blind)
#52A5A5 — rgb(82, 165, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 37%, 48%);
text
color: hsl(177, 37%, 48%);
border
border: 2px solid hsl(177, 37%, 48%);
gradient light
background: linear-gradient(to right, hsl(177, 37%, 68%), hsl(177, 37%, 48%));
gradient dark
background: linear-gradient(to right, hsl(177, 37%, 48%), hsl(177, 37%, 28%))
hex
background-color: #4DA8A3;
tailwind
bg-[hsl(177,37%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 37%, 48%, 0.4);
css variable
--color-primary: hsl(177, 37%, 48%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(177, 37%, 48%)?
HEX: #4DA8A3 | RGB: rgb(77, 168, 163) | CMYK: 54%, 0%, 3%, 34% | HSV: 177°, 54%, 66%. Copy any format from the conversion table above.
What colors go well with #4DA8A3?
The complementary color is HSL(357, 37%, 48%). For a triadic harmony, use hues 177°, 297°, and 57°. For analogous combinations, try hues 147° and 207°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(177, 37%, 48%) in CSS?
As HSL: color: hsl(177, 37%, 48%); — As HEX: color: #4DA8A3; — As RGB: color: rgb(77, 168, 163); — Tailwind CSS: bg-[hsl(177,37%,48%)] — CSS variable: --color-primary: hsl(177, 37%, 48%);