HSL(163, 20%, 40%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(163,20%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(163, 20%, 40%) | color: hsl(163, 20%, 40%) | |
| HEX | #527A6F | color: #527A6F | |
| RGB | rgb(82, 122, 111) | color: rgb(82, 122, 111) | |
| CMYK | cmyk(33%, 0%, 9%, 52%) | — | |
| HSV | hsv(164, 33%, 48%) | — | |
| HWB | hwb(164 32% 52%) | color: hwb(164 32% 52%) | |
| OKLCH | oklch(0.5463 0.0481 175.36) | color: oklch(0.5463 0.0481 175.36) | |
| Lab | lab(48.08 -16.59 1.56) | color: lab(48.08 -16.59 1.56) | |
| LCH | lch(48.08 16.66 174.63) | color: lch(48.08 16.66 174.63) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#636472 — rgb(99, 100, 114)
Deuteranopia (Green-blind)
#615E72 — rgb(97, 94, 114)
Tritanopia (Blue-blind)
#547474 — rgb(84, 116, 116)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(163, 20%, 40%);
text
color: hsl(163, 20%, 40%);
border
border: 2px solid hsl(163, 20%, 40%);
gradient light
background: linear-gradient(to right, hsl(163, 20%, 60%), hsl(163, 20%, 40%));
gradient dark
background: linear-gradient(to right, hsl(163, 20%, 40%), hsl(163, 20%, 20%))
hex
background-color: #527A6F;
tailwind
bg-[hsl(163,20%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(163, 20%, 40%, 0.4);
css variable
--color-primary: hsl(163, 20%, 40%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(163, 20%, 40%)?
HEX: #527A6F | RGB: rgb(82, 122, 111) | CMYK: 33%, 0%, 9%, 52% | HSV: 164°, 33%, 48%. Copy any format from the conversion table above.
What colors go well with #527A6F?
The complementary color is HSL(343, 20%, 40%). 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, 20%, 40%) in CSS?
As HSL: color: hsl(163, 20%, 40%); — As HEX: color: #527A6F; — As RGB: color: rgb(82, 122, 111); — Tailwind CSS: bg-[hsl(163,20%,40%)] — CSS variable: --color-primary: hsl(163, 20%, 40%);