HSL(160, 74%, 29%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(160,74%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(160, 74%, 29%) | color: hsl(160, 74%, 29%) | |
| HEX | #13815C | color: #13815C | |
| RGB | rgb(19, 129, 92) | color: rgb(19, 129, 92) | |
| CMYK | cmyk(85%, 0%, 29%, 49%) | — | |
| HSV | hsv(160, 85%, 51%) | — | |
| HWB | hwb(160 8% 49%) | color: hwb(160 8% 49%) | |
| OKLCH | oklch(0.5363 0.1095 163.83) | color: oklch(0.5363 0.1095 163.83) | |
| Lab | lab(47.77 -38.42 11.97) | color: lab(47.77 -38.42 11.97) | |
| LCH | lch(47.77 40.24 162.7) | color: lch(47.77 40.24 162.7) |
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)
#434465 — rgb(67, 68, 101)
Deuteranopia (Green-blind)
#3C3467 — rgb(60, 52, 103)
Tritanopia (Blue-blind)
#196C6E — rgb(25, 108, 110)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(160, 74%, 29%);
text
color: hsl(160, 74%, 29%);
border
border: 2px solid hsl(160, 74%, 29%);
gradient light
background: linear-gradient(to right, hsl(160, 74%, 49%), hsl(160, 74%, 29%));
gradient dark
background: linear-gradient(to right, hsl(160, 74%, 29%), hsl(160, 74%, 9%))
hex
background-color: #13815C;
tailwind
bg-[hsl(160,74%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(160, 74%, 29%, 0.4);
css variable
--color-primary: hsl(160, 74%, 29%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(160, 74%, 29%)?
HEX: #13815C | RGB: rgb(19, 129, 92) | CMYK: 85%, 0%, 29%, 49% | HSV: 160°, 85%, 51%. Copy any format from the conversion table above.
What colors go well with #13815C?
The complementary color is HSL(340, 74%, 29%). For a triadic harmony, use hues 160°, 280°, and 40°. For analogous combinations, try hues 130° and 190°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(160, 74%, 29%) in CSS?
As HSL: color: hsl(160, 74%, 29%); — As HEX: color: #13815C; — As RGB: color: rgb(19, 129, 92); — Tailwind CSS: bg-[hsl(160,74%,29%)] — CSS variable: --color-primary: hsl(160, 74%, 29%);