HSL(163, 59%, 45%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(163,59%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(163, 59%, 45%) | color: hsl(163, 59%, 45%) | |
| HEX | #2FB690 | color: #2FB690 | |
| RGB | rgb(47, 182, 144) | color: rgb(47, 182, 144) | |
| CMYK | cmyk(74%, 0%, 21%, 29%) | — | |
| HSV | hsv(163, 74%, 71%) | — | |
| HWB | hwb(163 18% 29%) | color: hwb(163 18% 29%) | |
| OKLCH | oklch(0.696 0.1266 169.29) | color: oklch(0.696 0.1266 169.29) | |
| Lab | lab(66.57 -44.65 9.21) | color: lab(66.57 -44.65 9.21) | |
| LCH | lch(66.57 45.59 168.35) | color: lch(66.57 45.59 168.35) |
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)
#696B99 — rgb(105, 107, 153)
Deuteranopia (Green-blind)
#62589B — rgb(98, 88, 155)
Tritanopia (Blue-blind)
#36A0A2 — rgb(54, 160, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(163, 59%, 45%);
text
color: hsl(163, 59%, 45%);
border
border: 2px solid hsl(163, 59%, 45%);
gradient light
background: linear-gradient(to right, hsl(163, 59%, 65%), hsl(163, 59%, 45%));
gradient dark
background: linear-gradient(to right, hsl(163, 59%, 45%), hsl(163, 59%, 25%))
hex
background-color: #2FB690;
tailwind
bg-[hsl(163,59%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(163, 59%, 45%, 0.4);
css variable
--color-primary: hsl(163, 59%, 45%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(163, 59%, 45%)?
HEX: #2FB690 | RGB: rgb(47, 182, 144) | CMYK: 74%, 0%, 21%, 29% | HSV: 163°, 74%, 71%. Copy any format from the conversion table above.
What colors go well with #2FB690?
The complementary color is HSL(343, 59%, 45%). 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, 59%, 45%) in CSS?
As HSL: color: hsl(163, 59%, 45%); — As HEX: color: #2FB690; — As RGB: color: rgb(47, 182, 144); — Tailwind CSS: bg-[hsl(163,59%,45%)] — CSS variable: --color-primary: hsl(163, 59%, 45%);