HSL(173, 65%, 41%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(173,65%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(173, 65%, 41%) | color: hsl(173, 65%, 41%) | |
| HEX | #25AD9D | color: #25AD9D | |
| RGB | rgb(37, 173, 157) | color: rgb(37, 173, 157) | |
| CMYK | cmyk(79%, 0%, 9%, 32%) | — | |
| HSV | hsv(173, 79%, 68%) | — | |
| HWB | hwb(173 14% 32%) | color: hwb(173 14% 32%) | |
| OKLCH | oklch(0.675 0.1127 182.83) | color: oklch(0.675 0.1127 182.83) | |
| Lab | lab(63.93 -38.5 -1.83) | color: lab(63.93 -38.5 -1.83) | |
| LCH | lch(63.93 38.54 182.72) | color: lch(63.93 38.54 182.72) |
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)
#6061A1 — rgb(96, 97, 161)
Deuteranopia (Green-blind)
#584EA2 — rgb(88, 78, 162)
Tritanopia (Blue-blind)
#2CA4A5 — rgb(44, 164, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(173, 65%, 41%);
text
color: hsl(173, 65%, 41%);
border
border: 2px solid hsl(173, 65%, 41%);
gradient light
background: linear-gradient(to right, hsl(173, 65%, 61%), hsl(173, 65%, 41%));
gradient dark
background: linear-gradient(to right, hsl(173, 65%, 41%), hsl(173, 65%, 21%))
hex
background-color: #25AD9D;
tailwind
bg-[hsl(173,65%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(173, 65%, 41%, 0.4);
css variable
--color-primary: hsl(173, 65%, 41%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(173, 65%, 41%)?
HEX: #25AD9D | RGB: rgb(37, 173, 157) | CMYK: 79%, 0%, 9%, 32% | HSV: 173°, 79%, 68%. Copy any format from the conversion table above.
What colors go well with #25AD9D?
The complementary color is HSL(353, 65%, 41%). For a triadic harmony, use hues 173°, 293°, and 53°. For analogous combinations, try hues 143° and 203°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(173, 65%, 41%) in CSS?
As HSL: color: hsl(173, 65%, 41%); — As HEX: color: #25AD9D; — As RGB: color: rgb(37, 173, 157); — Tailwind CSS: bg-[hsl(173,65%,41%)] — CSS variable: --color-primary: hsl(173, 65%, 41%);