HSL(188, 73%, 40%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(188,73%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(188, 73%, 40%) | color: hsl(188, 73%, 40%) | |
| HEX | #1C9DB0 | color: #1C9DB0 | |
| RGB | rgb(28, 157, 176) | color: rgb(28, 157, 176) | |
| CMYK | cmyk(84%, 11%, 0%, 31%) | — | |
| HSV | hsv(188, 84%, 69%) | — | |
| HWB | hwb(188 11% 31%) | color: hwb(188 11% 31%) | |
| OKLCH | oklch(0.6401 0.1056 210.57) | color: oklch(0.6401 0.1056 210.57) | |
| Lab | lab(59.43 -25.91 -19.26) | color: lab(59.43 -25.91 -19.26) | |
| LCH | lch(59.43 32.28 216.62) | color: lch(59.43 32.28 216.62) |
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)
#5455AB — rgb(84, 85, 171)
Deuteranopia (Green-blind)
#4C43AA — rgb(76, 67, 170)
Tritanopia (Blue-blind)
#22A8A7 — rgb(34, 168, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(188, 73%, 40%);
text
color: hsl(188, 73%, 40%);
border
border: 2px solid hsl(188, 73%, 40%);
gradient light
background: linear-gradient(to right, hsl(188, 73%, 60%), hsl(188, 73%, 40%));
gradient dark
background: linear-gradient(to right, hsl(188, 73%, 40%), hsl(188, 73%, 20%))
hex
background-color: #1C9DB0;
tailwind
bg-[hsl(188,73%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(188, 73%, 40%, 0.4);
css variable
--color-primary: hsl(188, 73%, 40%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(188, 73%, 40%)?
HEX: #1C9DB0 | RGB: rgb(28, 157, 176) | CMYK: 84%, 11%, 0%, 31% | HSV: 188°, 84%, 69%. Copy any format from the conversion table above.
What colors go well with #1C9DB0?
The complementary color is HSL(8, 73%, 40%). For a triadic harmony, use hues 188°, 308°, and 68°. For analogous combinations, try hues 158° and 218°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(188, 73%, 40%) in CSS?
As HSL: color: hsl(188, 73%, 40%); — As HEX: color: #1C9DB0; — As RGB: color: rgb(28, 157, 176); — Tailwind CSS: bg-[hsl(188,73%,40%)] — CSS variable: --color-primary: hsl(188, 73%, 40%);