HSL(182, 50%, 36%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(182,50%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(182, 50%, 36%) | color: hsl(182, 50%, 36%) | |
| HEX | #2E878A | color: #2E878A | |
| RGB | rgb(46, 135, 138) | color: rgb(46, 135, 138) | |
| CMYK | cmyk(67%, 2%, 0%, 46%) | — | |
| HSV | hsv(182, 67%, 54%) | — | |
| HWB | hwb(182 18% 46%) | color: hwb(182 18% 46%) | |
| OKLCH | oklch(0.5729 0.0824 198.31) | color: oklch(0.5729 0.0824 198.31) | |
| Lab | lab(51.54 -24.74 -9.34) | color: lab(51.54 -24.74 -9.34) | |
| LCH | lch(51.54 26.44 200.68) | color: lch(51.54 26.44 200.68) |
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)
#555589 — rgb(85, 85, 137)
Deuteranopia (Green-blind)
#4F4989 — rgb(79, 73, 137)
Tritanopia (Blue-blind)
#328989 — rgb(50, 137, 137)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(182, 50%, 36%);
text
color: hsl(182, 50%, 36%);
border
border: 2px solid hsl(182, 50%, 36%);
gradient light
background: linear-gradient(to right, hsl(182, 50%, 56%), hsl(182, 50%, 36%));
gradient dark
background: linear-gradient(to right, hsl(182, 50%, 36%), hsl(182, 50%, 16%))
hex
background-color: #2E878A;
tailwind
bg-[hsl(182,50%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(182, 50%, 36%, 0.4);
css variable
--color-primary: hsl(182, 50%, 36%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(182, 50%, 36%)?
HEX: #2E878A | RGB: rgb(46, 135, 138) | CMYK: 67%, 2%, 0%, 46% | HSV: 182°, 67%, 54%. Copy any format from the conversion table above.
What colors go well with #2E878A?
The complementary color is HSL(2, 50%, 36%). For a triadic harmony, use hues 182°, 302°, and 62°. For analogous combinations, try hues 152° and 212°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(182, 50%, 36%) in CSS?
As HSL: color: hsl(182, 50%, 36%); — As HEX: color: #2E878A; — As RGB: color: rgb(46, 135, 138); — Tailwind CSS: bg-[hsl(182,50%,36%)] — CSS variable: --color-primary: hsl(182, 50%, 36%);