HSL(163, 71%, 32%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(163,71%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(163, 71%, 32%) | color: hsl(163, 71%, 32%) | |
| HEX | #188C6B | color: #188C6B | |
| RGB | rgb(24, 140, 107) | color: rgb(24, 140, 107) | |
| CMYK | cmyk(83%, 0%, 24%, 45%) | — | |
| HSV | hsv(163, 83%, 55%) | — | |
| HWB | hwb(163 9% 45%) | color: hwb(163 9% 45%) | |
| OKLCH | oklch(0.5713 0.1099 167.86) | color: oklch(0.5713 0.1099 167.86) | |
| Lab | lab(51.85 -38.81 9.04) | color: lab(51.85 -38.81 9.04) | |
| LCH | lch(51.85 39.85 166.89) | color: lch(51.85 39.85 166.89) |
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)
#4A4B73 — rgb(74, 75, 115)
Deuteranopia (Green-blind)
#443B75 — rgb(68, 59, 117)
Tritanopia (Blue-blind)
#1E797B — rgb(30, 121, 123)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(163, 71%, 32%);
text
color: hsl(163, 71%, 32%);
border
border: 2px solid hsl(163, 71%, 32%);
gradient light
background: linear-gradient(to right, hsl(163, 71%, 52%), hsl(163, 71%, 32%));
gradient dark
background: linear-gradient(to right, hsl(163, 71%, 32%), hsl(163, 71%, 12%))
hex
background-color: #188C6B;
tailwind
bg-[hsl(163,71%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(163, 71%, 32%, 0.4);
css variable
--color-primary: hsl(163, 71%, 32%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(163, 71%, 32%)?
HEX: #188C6B | RGB: rgb(24, 140, 107) | CMYK: 83%, 0%, 24%, 45% | HSV: 163°, 83%, 55%. Copy any format from the conversion table above.
What colors go well with #188C6B?
The complementary color is HSL(343, 71%, 32%). 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, 71%, 32%) in CSS?
As HSL: color: hsl(163, 71%, 32%); — As HEX: color: #188C6B; — As RGB: color: rgb(24, 140, 107); — Tailwind CSS: bg-[hsl(163,71%,32%)] — CSS variable: --color-primary: hsl(163, 71%, 32%);