HSL(175, 74%, 29%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,74%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 74%, 29%) | color: hsl(175, 74%, 29%) | |
| HEX | #138178 | color: #138178 | |
| RGB | rgb(19, 129, 120) | color: rgb(19, 129, 120) | |
| CMYK | cmyk(85%, 0%, 7%, 49%) | — | |
| HSV | hsv(175, 85%, 51%) | — | |
| HWB | hwb(175 8% 49%) | color: hwb(175 8% 49%) | |
| OKLCH | oklch(0.5448 0.0915 186.05) | color: oklch(0.5448 0.0915 186.05) | |
| Lab | lab(48.5 -30.68 -3.38) | color: lab(48.5 -30.68 -3.38) | |
| LCH | lch(48.5 30.87 186.29) | color: lch(48.5 30.87 186.29) |
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)
#43447A — rgb(67, 68, 122)
Deuteranopia (Green-blind)
#3C347B — rgb(60, 52, 123)
Tritanopia (Blue-blind)
#197C7C — rgb(25, 124, 124)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 74%, 29%);
text
color: hsl(175, 74%, 29%);
border
border: 2px solid hsl(175, 74%, 29%);
gradient light
background: linear-gradient(to right, hsl(175, 74%, 49%), hsl(175, 74%, 29%));
gradient dark
background: linear-gradient(to right, hsl(175, 74%, 29%), hsl(175, 74%, 9%))
hex
background-color: #138178;
tailwind
bg-[hsl(175,74%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 74%, 29%, 0.4);
css variable
--color-primary: hsl(175, 74%, 29%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 74%, 29%)?
HEX: #138178 | RGB: rgb(19, 129, 120) | CMYK: 85%, 0%, 7%, 49% | HSV: 175°, 85%, 51%. Copy any format from the conversion table above.
What colors go well with #138178?
The complementary color is HSL(355, 74%, 29%). For a triadic harmony, use hues 175°, 295°, and 55°. For analogous combinations, try hues 145° and 205°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(175, 74%, 29%) in CSS?
As HSL: color: hsl(175, 74%, 29%); — As HEX: color: #138178; — As RGB: color: rgb(19, 129, 120); — Tailwind CSS: bg-[hsl(175,74%,29%)] — CSS variable: --color-primary: hsl(175, 74%, 29%);