HSL(190, 70%, 29%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(190,70%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(190, 70%, 29%) | color: hsl(190, 70%, 29%) | |
| HEX | #166C7E | color: #166C7E | |
| RGB | rgb(22, 108, 126) | color: rgb(22, 108, 126) | |
| CMYK | cmyk(83%, 14%, 0%, 51%) | — | |
| HSV | hsv(190, 83%, 49%) | — | |
| HWB | hwb(190 8% 51%) | color: hwb(190 8% 51%) | |
| OKLCH | oklch(0.4916 0.0809 215.88) | color: oklch(0.4916 0.0809 215.88) | |
| Lab | lab(41.85 -17.64 -16.96) | color: lab(41.85 -17.64 -16.96) | |
| LCH | lch(41.85 24.47 223.87) | color: lch(41.85 24.47 223.87) |
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)
#3B3C7A — rgb(59, 60, 122)
Deuteranopia (Green-blind)
#363079 — rgb(54, 48, 121)
Tritanopia (Blue-blind)
#1A7675 — rgb(26, 118, 117)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(190, 70%, 29%);
text
color: hsl(190, 70%, 29%);
border
border: 2px solid hsl(190, 70%, 29%);
gradient light
background: linear-gradient(to right, hsl(190, 70%, 49%), hsl(190, 70%, 29%));
gradient dark
background: linear-gradient(to right, hsl(190, 70%, 29%), hsl(190, 70%, 9%))
hex
background-color: #166C7E;
tailwind
bg-[hsl(190,70%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(190, 70%, 29%, 0.4);
css variable
--color-primary: hsl(190, 70%, 29%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(190, 70%, 29%)?
HEX: #166C7E | RGB: rgb(22, 108, 126) | CMYK: 83%, 14%, 0%, 51% | HSV: 190°, 83%, 49%. Copy any format from the conversion table above.
What colors go well with #166C7E?
The complementary color is HSL(10, 70%, 29%). For a triadic harmony, use hues 190°, 310°, and 70°. For analogous combinations, try hues 160° and 220°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(190, 70%, 29%) in CSS?
As HSL: color: hsl(190, 70%, 29%); — As HEX: color: #166C7E; — As RGB: color: rgb(22, 108, 126); — Tailwind CSS: bg-[hsl(190,70%,29%)] — CSS variable: --color-primary: hsl(190, 70%, 29%);