HSL(172, 34%, 63%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(172,34%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(172, 34%, 63%) | color: hsl(172, 34%, 63%) | |
| HEX | #81C1B8 | color: #81C1B8 | |
| RGB | rgb(129, 193, 184) | color: rgb(129, 193, 184) | |
| CMYK | cmyk(33%, 0%, 5%, 24%) | — | |
| HSV | hsv(172, 33%, 76%) | — | |
| HWB | hwb(172 51% 24%) | color: hwb(172 51% 24%) | |
| OKLCH | oklch(0.7651 0.0668 184.85) | color: oklch(0.7651 0.0668 184.85) | |
| Lab | lab(73.72 -22.38 -1.98) | color: lab(73.72 -22.38 -1.98) | |
| LCH | lch(73.72 22.47 185.06) | color: lch(73.72 22.47 185.06) |
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)
#9D9DBA — rgb(157, 157, 186)
Deuteranopia (Green-blind)
#9994BB — rgb(153, 148, 187)
Tritanopia (Blue-blind)
#84BCBC — rgb(132, 188, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(172, 34%, 63%);
text
color: hsl(172, 34%, 63%);
border
border: 2px solid hsl(172, 34%, 63%);
gradient light
background: linear-gradient(to right, hsl(172, 34%, 83%), hsl(172, 34%, 63%));
gradient dark
background: linear-gradient(to right, hsl(172, 34%, 63%), hsl(172, 34%, 43%))
hex
background-color: #81C1B8;
tailwind
bg-[hsl(172,34%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(172, 34%, 63%, 0.4);
css variable
--color-primary: hsl(172, 34%, 63%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(172, 34%, 63%)?
HEX: #81C1B8 | RGB: rgb(129, 193, 184) | CMYK: 33%, 0%, 5%, 24% | HSV: 172°, 33%, 76%. Copy any format from the conversion table above.
What colors go well with #81C1B8?
The complementary color is HSL(352, 34%, 63%). For a triadic harmony, use hues 172°, 292°, and 52°. For analogous combinations, try hues 142° and 202°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(172, 34%, 63%) in CSS?
As HSL: color: hsl(172, 34%, 63%); — As HEX: color: #81C1B8; — As RGB: color: rgb(129, 193, 184); — Tailwind CSS: bg-[hsl(172,34%,63%)] — CSS variable: --color-primary: hsl(172, 34%, 63%);