HSL(163, 51%, 40%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(163,51%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(163, 51%, 40%) | color: hsl(163, 51%, 40%) | |
| HEX | #329A7D | color: #329A7D | |
| RGB | rgb(50, 154, 125) | color: rgb(50, 154, 125) | |
| CMYK | cmyk(68%, 0%, 19%, 40%) | — | |
| HSV | hsv(163, 68%, 60%) | — | |
| HWB | hwb(163 19% 40%) | color: hwb(163 19% 40%) | |
| OKLCH | oklch(0.6191 0.1045 170.67) | color: oklch(0.6191 0.1045 170.67) | |
| Lab | lab(57.34 -36.78 6.64) | color: lab(57.34 -36.78 6.64) | |
| LCH | lch(57.34 37.37 169.77) | color: lch(57.34 37.37 169.77) |
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)
#5F6084 — rgb(95, 96, 132)
Deuteranopia (Green-blind)
#595186 — rgb(89, 81, 134)
Tritanopia (Blue-blind)
#378A8B — rgb(55, 138, 139)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(163, 51%, 40%);
text
color: hsl(163, 51%, 40%);
border
border: 2px solid hsl(163, 51%, 40%);
gradient light
background: linear-gradient(to right, hsl(163, 51%, 60%), hsl(163, 51%, 40%));
gradient dark
background: linear-gradient(to right, hsl(163, 51%, 40%), hsl(163, 51%, 20%))
hex
background-color: #329A7D;
tailwind
bg-[hsl(163,51%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(163, 51%, 40%, 0.4);
css variable
--color-primary: hsl(163, 51%, 40%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(163, 51%, 40%)?
HEX: #329A7D | RGB: rgb(50, 154, 125) | CMYK: 68%, 0%, 19%, 40% | HSV: 163°, 68%, 60%. Copy any format from the conversion table above.
What colors go well with #329A7D?
The complementary color is HSL(343, 51%, 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, 51%, 40%) in CSS?
As HSL: color: hsl(163, 51%, 40%); — As HEX: color: #329A7D; — As RGB: color: rgb(50, 154, 125); — Tailwind CSS: bg-[hsl(163,51%,40%)] — CSS variable: --color-primary: hsl(163, 51%, 40%);