HSL(178, 77%, 61%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(178,77%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(178, 77%, 61%) | color: hsl(178, 77%, 61%) | |
| HEX | #4FE8E3 | color: #4FE8E3 | |
| RGB | rgb(79, 232, 227) | color: rgb(79, 232, 227) | |
| CMYK | cmyk(66%, 0%, 2%, 9%) | — | |
| HSV | hsv(178, 66%, 91%) | — | |
| HWB | hwb(178 31% 9%) | color: hwb(178 31% 9%) | |
| OKLCH | oklch(0.8508 0.1265 191.89) | color: oklch(0.8508 0.1265 191.89) | |
| Lab | lab(84.44 -40.54 -9.35) | color: lab(84.44 -40.54 -9.35) | |
| LCH | lch(84.44 41.6 192.99) | color: lch(84.44 41.6 192.99) |
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)
#9193E4 — rgb(145, 147, 228)
Deuteranopia (Green-blind)
#887DE5 — rgb(136, 125, 229)
Tritanopia (Blue-blind)
#57E5E5 — rgb(87, 229, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(178, 77%, 61%);
text
color: hsl(178, 77%, 61%);
border
border: 2px solid hsl(178, 77%, 61%);
gradient light
background: linear-gradient(to right, hsl(178, 77%, 81%), hsl(178, 77%, 61%));
gradient dark
background: linear-gradient(to right, hsl(178, 77%, 61%), hsl(178, 77%, 41%))
hex
background-color: #4FE8E3;
tailwind
bg-[hsl(178,77%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(178, 77%, 61%, 0.4);
css variable
--color-primary: hsl(178, 77%, 61%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(178, 77%, 61%)?
HEX: #4FE8E3 | RGB: rgb(79, 232, 227) | CMYK: 66%, 0%, 2%, 9% | HSV: 178°, 66%, 91%. Copy any format from the conversion table above.
What colors go well with #4FE8E3?
The complementary color is HSL(358, 77%, 61%). For a triadic harmony, use hues 178°, 298°, and 58°. For analogous combinations, try hues 148° and 208°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(178, 77%, 61%) in CSS?
As HSL: color: hsl(178, 77%, 61%); — As HEX: color: #4FE8E3; — As RGB: color: rgb(79, 232, 227); — Tailwind CSS: bg-[hsl(178,77%,61%)] — CSS variable: --color-primary: hsl(178, 77%, 61%);