HSL(163, 45%, 44%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(163,45%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(163, 45%, 44%) | color: hsl(163, 45%, 44%) | |
| HEX | #3EA386 | color: #3EA386 | |
| RGB | rgb(62, 163, 134) | color: rgb(62, 163, 134) | |
| CMYK | cmyk(62%, 0%, 18%, 36%) | — | |
| HSV | hsv(163, 62%, 64%) | — | |
| HWB | hwb(163 24% 36%) | color: hwb(163 24% 36%) | |
| OKLCH | oklch(0.6484 0.1037 170.85) | color: oklch(0.6484 0.1037 170.85) | |
| Lab | lab(60.73 -36.4 6.46) | color: lab(60.73 -36.4 6.46) | |
| LCH | lch(60.73 36.97 169.94) | color: lch(60.73 36.97 169.94) |
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)
#6A6B8D — rgb(106, 107, 141)
Deuteranopia (Green-blind)
#645C8F — rgb(100, 92, 143)
Tritanopia (Blue-blind)
#439394 — rgb(67, 147, 148)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(163, 45%, 44%);
text
color: hsl(163, 45%, 44%);
border
border: 2px solid hsl(163, 45%, 44%);
gradient light
background: linear-gradient(to right, hsl(163, 45%, 64%), hsl(163, 45%, 44%));
gradient dark
background: linear-gradient(to right, hsl(163, 45%, 44%), hsl(163, 45%, 24%))
hex
background-color: #3EA386;
tailwind
bg-[hsl(163,45%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(163, 45%, 44%, 0.4);
css variable
--color-primary: hsl(163, 45%, 44%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(163, 45%, 44%)?
HEX: #3EA386 | RGB: rgb(62, 163, 134) | CMYK: 62%, 0%, 18%, 36% | HSV: 163°, 62%, 64%. Copy any format from the conversion table above.
What colors go well with #3EA386?
The complementary color is HSL(343, 45%, 44%). 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, 45%, 44%) in CSS?
As HSL: color: hsl(163, 45%, 44%); — As HEX: color: #3EA386; — As RGB: color: rgb(62, 163, 134); — Tailwind CSS: bg-[hsl(163,45%,44%)] — CSS variable: --color-primary: hsl(163, 45%, 44%);