HSL(189, 72%, 36%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(189,72%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(189, 72%, 36%) | color: hsl(189, 72%, 36%) | |
| HEX | #1A8A9E | color: #1A8A9E | |
| RGB | rgb(26, 138, 158) | color: rgb(26, 138, 158) | |
| CMYK | cmyk(84%, 13%, 0%, 38%) | — | |
| HSV | hsv(189, 84%, 62%) | — | |
| HWB | hwb(189 10% 38%) | color: hwb(189 10% 38%) | |
| OKLCH | oklch(0.5843 0.0967 213.45) | color: oklch(0.5843 0.0967 213.45) | |
| Lab | lab(52.8 -22.31 -19.09) | color: lab(52.8 -22.31 -19.09) | |
| LCH | lch(52.8 29.36 220.55) | color: lch(52.8 29.36 220.55) |
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)
#4A4C99 — rgb(74, 76, 153)
Deuteranopia (Green-blind)
#443C98 — rgb(68, 60, 152)
Tritanopia (Blue-blind)
#209595 — rgb(32, 149, 149)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(189, 72%, 36%);
text
color: hsl(189, 72%, 36%);
border
border: 2px solid hsl(189, 72%, 36%);
gradient light
background: linear-gradient(to right, hsl(189, 72%, 56%), hsl(189, 72%, 36%));
gradient dark
background: linear-gradient(to right, hsl(189, 72%, 36%), hsl(189, 72%, 16%))
hex
background-color: #1A8A9E;
tailwind
bg-[hsl(189,72%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(189, 72%, 36%, 0.4);
css variable
--color-primary: hsl(189, 72%, 36%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(189, 72%, 36%)?
HEX: #1A8A9E | RGB: rgb(26, 138, 158) | CMYK: 84%, 13%, 0%, 38% | HSV: 189°, 84%, 62%. Copy any format from the conversion table above.
What colors go well with #1A8A9E?
The complementary color is HSL(9, 72%, 36%). 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, 72%, 36%) in CSS?
As HSL: color: hsl(189, 72%, 36%); — As HEX: color: #1A8A9E; — As RGB: color: rgb(26, 138, 158); — Tailwind CSS: bg-[hsl(189,72%,36%)] — CSS variable: --color-primary: hsl(189, 72%, 36%);