HSL(191, 19%, 53%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(191,19%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(191, 19%, 53%) | color: hsl(191, 19%, 53%) | |
| HEX | #70969E | color: #70969E | |
| RGB | rgb(112, 150, 158) | color: rgb(112, 150, 158) | |
| CMYK | cmyk(29%, 5%, 0%, 38%) | — | |
| HSV | hsv(190, 29%, 62%) | — | |
| HWB | hwb(190 44% 38%) | color: hwb(190 44% 38%) | |
| OKLCH | oklch(0.6478 0.0434 212.03) | color: oklch(0.6478 0.0434 212.03) | |
| Lab | lab(59.64 -11.07 -8.45) | color: lab(59.64 -11.07 -8.45) | |
| LCH | lch(59.64 13.93 217.36) | color: lch(59.64 13.93 217.36) |
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)
#80819C — rgb(128, 129, 156)
Deuteranopia (Green-blind)
#7E7B9C — rgb(126, 123, 156)
Tritanopia (Blue-blind)
#729B9A — rgb(114, 155, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(191, 19%, 53%);
text
color: hsl(191, 19%, 53%);
border
border: 2px solid hsl(191, 19%, 53%);
gradient light
background: linear-gradient(to right, hsl(191, 19%, 73%), hsl(191, 19%, 53%));
gradient dark
background: linear-gradient(to right, hsl(191, 19%, 53%), hsl(191, 19%, 33%))
hex
background-color: #70969E;
tailwind
bg-[hsl(191,19%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(191, 19%, 53%, 0.4);
css variable
--color-primary: hsl(191, 19%, 53%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(191, 19%, 53%)?
HEX: #70969E | RGB: rgb(112, 150, 158) | CMYK: 29%, 5%, 0%, 38% | HSV: 190°, 29%, 62%. Copy any format from the conversion table above.
What colors go well with #70969E?
The complementary color is HSL(11, 19%, 53%). For a triadic harmony, use hues 191°, 311°, and 71°. For analogous combinations, try hues 161° and 221°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(191, 19%, 53%) in CSS?
As HSL: color: hsl(191, 19%, 53%); — As HEX: color: #70969E; — As RGB: color: rgb(112, 150, 158); — Tailwind CSS: bg-[hsl(191,19%,53%)] — CSS variable: --color-primary: hsl(191, 19%, 53%);