HSL(163, 41%, 45%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(163,41%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(163, 41%, 45%) | color: hsl(163, 41%, 45%) | |
| HEX | #44A287 | color: #44A287 | |
| RGB | rgb(68, 162, 135) | color: rgb(68, 162, 135) | |
| CMYK | cmyk(58%, 0%, 17%, 36%) | — | |
| HSV | hsv(163, 58%, 64%) | — | |
| HWB | hwb(163 27% 36%) | color: hwb(163 27% 36%) | |
| OKLCH | oklch(0.6481 0.0984 171.41) | color: oklch(0.6481 0.0984 171.41) | |
| Lab | lab(60.62 -34.48 5.77) | color: lab(60.62 -34.48 5.77) | |
| LCH | lch(60.62 34.96 170.5) | color: lch(60.62 34.96 170.5) |
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)
#6D6E8E — rgb(109, 110, 142)
Deuteranopia (Green-blind)
#67608F — rgb(103, 96, 143)
Tritanopia (Blue-blind)
#499394 — rgb(73, 147, 148)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(163, 41%, 45%);
text
color: hsl(163, 41%, 45%);
border
border: 2px solid hsl(163, 41%, 45%);
gradient light
background: linear-gradient(to right, hsl(163, 41%, 65%), hsl(163, 41%, 45%));
gradient dark
background: linear-gradient(to right, hsl(163, 41%, 45%), hsl(163, 41%, 25%))
hex
background-color: #44A287;
tailwind
bg-[hsl(163,41%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(163, 41%, 45%, 0.4);
css variable
--color-primary: hsl(163, 41%, 45%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(163, 41%, 45%)?
HEX: #44A287 | RGB: rgb(68, 162, 135) | CMYK: 58%, 0%, 17%, 36% | HSV: 163°, 58%, 64%. Copy any format from the conversion table above.
What colors go well with #44A287?
The complementary color is HSL(343, 41%, 45%). 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, 41%, 45%) in CSS?
As HSL: color: hsl(163, 41%, 45%); — As HEX: color: #44A287; — As RGB: color: rgb(68, 162, 135); — Tailwind CSS: bg-[hsl(163,41%,45%)] — CSS variable: --color-primary: hsl(163, 41%, 45%);