HSL(181, 61%, 29%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(181,61%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(181, 61%, 29%) | color: hsl(181, 61%, 29%) | |
| HEX | #1D7677 | color: #1D7677 | |
| RGB | rgb(29, 118, 119) | color: rgb(29, 118, 119) | |
| CMYK | cmyk(76%, 1%, 0%, 53%) | — | |
| HSV | hsv(181, 76%, 47%) | — | |
| HWB | hwb(181 11% 53%) | color: hwb(181 11% 53%) | |
| OKLCH | oklch(0.5167 0.0797 196.1) | color: oklch(0.5167 0.0797 196.1) | |
| Lab | lab(45.01 -24.49 -7.96) | color: lab(45.01 -24.49 -7.96) | |
| LCH | lch(45.01 25.75 198.01) | color: lch(45.01 25.75 198.01) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#444477 — rgb(68, 68, 119)
Deuteranopia (Green-blind)
#3E3877 — rgb(62, 56, 119)
Tritanopia (Blue-blind)
#217777 — rgb(33, 119, 119)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(181, 61%, 29%);
text
color: hsl(181, 61%, 29%);
border
border: 2px solid hsl(181, 61%, 29%);
gradient light
background: linear-gradient(to right, hsl(181, 61%, 49%), hsl(181, 61%, 29%));
gradient dark
background: linear-gradient(to right, hsl(181, 61%, 29%), hsl(181, 61%, 9%))
hex
background-color: #1D7677;
tailwind
bg-[hsl(181,61%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(181, 61%, 29%, 0.4);
css variable
--color-primary: hsl(181, 61%, 29%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(181, 61%, 29%)?
HEX: #1D7677 | RGB: rgb(29, 118, 119) | CMYK: 76%, 1%, 0%, 53% | HSV: 181°, 76%, 47%. Copy any format from the conversion table above.
What colors go well with #1D7677?
The complementary color is HSL(1, 61%, 29%). For a triadic harmony, use hues 181°, 301°, and 61°. For analogous combinations, try hues 151° and 211°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(181, 61%, 29%) in CSS?
As HSL: color: hsl(181, 61%, 29%); — As HEX: color: #1D7677; — As RGB: color: rgb(29, 118, 119); — Tailwind CSS: bg-[hsl(181,61%,29%)] — CSS variable: --color-primary: hsl(181, 61%, 29%);