HSL(189, 75%, 29%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(189,75%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(189, 75%, 29%) | color: hsl(189, 75%, 29%) | |
| HEX | #127181 | color: #127181 | |
| RGB | rgb(18, 113, 129) | color: rgb(18, 113, 129) | |
| CMYK | cmyk(86%, 12%, 0%, 49%) | — | |
| HSV | hsv(189, 86%, 51%) | — | |
| HWB | hwb(189 7% 49%) | color: hwb(189 7% 49%) | |
| OKLCH | oklch(0.5055 0.0838 212.61) | color: oklch(0.5055 0.0838 212.61) | |
| Lab | lab(43.54 -19.69 -16.18) | color: lab(43.54 -19.69 -16.18) | |
| LCH | lch(43.54 25.49 219.41) | color: lch(43.54 25.49 219.41) |
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)
#3B3C7D — rgb(59, 60, 125)
Deuteranopia (Green-blind)
#362F7C — rgb(54, 47, 124)
Tritanopia (Blue-blind)
#177A79 — rgb(23, 122, 121)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(189, 75%, 29%);
text
color: hsl(189, 75%, 29%);
border
border: 2px solid hsl(189, 75%, 29%);
gradient light
background: linear-gradient(to right, hsl(189, 75%, 49%), hsl(189, 75%, 29%));
gradient dark
background: linear-gradient(to right, hsl(189, 75%, 29%), hsl(189, 75%, 9%))
hex
background-color: #127181;
tailwind
bg-[hsl(189,75%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(189, 75%, 29%, 0.4);
css variable
--color-primary: hsl(189, 75%, 29%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(189, 75%, 29%)?
HEX: #127181 | RGB: rgb(18, 113, 129) | CMYK: 86%, 12%, 0%, 49% | HSV: 189°, 86%, 51%. Copy any format from the conversion table above.
What colors go well with #127181?
The complementary color is HSL(9, 75%, 29%). For a triadic harmony, use hues 189°, 309°, and 69°. For analogous combinations, try hues 159° and 219°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(189, 75%, 29%) in CSS?
As HSL: color: hsl(189, 75%, 29%); — As HEX: color: #127181; — As RGB: color: rgb(18, 113, 129); — Tailwind CSS: bg-[hsl(189,75%,29%)] — CSS variable: --color-primary: hsl(189, 75%, 29%);