HSL(161, 79%, 38%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(161,79%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(161, 79%, 38%) | color: hsl(161, 79%, 38%) | |
| HEX | #14AD7D | color: #14AD7D | |
| RGB | rgb(20, 173, 125) | color: rgb(20, 173, 125) | |
| CMYK | cmyk(88%, 0%, 28%, 32%) | — | |
| HSV | hsv(161, 88%, 68%) | — | |
| HWB | hwb(161 8% 32%) | color: hwb(161 8% 32%) | |
| OKLCH | oklch(0.6637 0.1371 164.39) | color: oklch(0.6637 0.1371 164.39) | |
| Lab | lab(62.94 -48.25 14.48) | color: lab(62.94 -48.25 14.48) | |
| LCH | lch(62.94 50.38 163.3) | color: lch(62.94 50.38 163.3) |
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)
#565889 — rgb(86, 88, 137)
Deuteranopia (Green-blind)
#4D428B — rgb(77, 66, 139)
Tritanopia (Blue-blind)
#1C9294 — rgb(28, 146, 148)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(161, 79%, 38%);
text
color: hsl(161, 79%, 38%);
border
border: 2px solid hsl(161, 79%, 38%);
gradient light
background: linear-gradient(to right, hsl(161, 79%, 58%), hsl(161, 79%, 38%));
gradient dark
background: linear-gradient(to right, hsl(161, 79%, 38%), hsl(161, 79%, 18%))
hex
background-color: #14AD7D;
tailwind
bg-[hsl(161,79%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(161, 79%, 38%, 0.4);
css variable
--color-primary: hsl(161, 79%, 38%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(161, 79%, 38%)?
HEX: #14AD7D | RGB: rgb(20, 173, 125) | CMYK: 88%, 0%, 28%, 32% | HSV: 161°, 88%, 68%. Copy any format from the conversion table above.
What colors go well with #14AD7D?
The complementary color is HSL(341, 79%, 38%). For a triadic harmony, use hues 161°, 281°, and 41°. For analogous combinations, try hues 131° and 191°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(161, 79%, 38%) in CSS?
As HSL: color: hsl(161, 79%, 38%); — As HEX: color: #14AD7D; — As RGB: color: rgb(20, 173, 125); — Tailwind CSS: bg-[hsl(161,79%,38%)] — CSS variable: --color-primary: hsl(161, 79%, 38%);