HSL(194, 21%, 44%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(194,21%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(194, 21%, 44%) | color: hsl(194, 21%, 44%) | |
| HEX | #597D88 | color: #597D88 | |
| RGB | rgb(89, 125, 136) | color: rgb(89, 125, 136) | |
| CMYK | cmyk(35%, 8%, 0%, 47%) | — | |
| HSV | hsv(194, 35%, 53%) | — | |
| HWB | hwb(194 34% 47%) | color: hwb(194 34% 47%) | |
| OKLCH | oklch(0.5667 0.0439 218.73) | color: oklch(0.5667 0.0439 218.73) | |
| Lab | lab(50.18 -9.77 -10.03) | color: lab(50.18 -9.77 -10.03) | |
| LCH | lch(50.18 14 225.75) | color: lch(50.18 14 225.75) |
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)
#696985 — rgb(105, 105, 133)
Deuteranopia (Green-blind)
#676485 — rgb(103, 100, 133)
Tritanopia (Blue-blind)
#5B8383 — rgb(91, 131, 131)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(194, 21%, 44%);
text
color: hsl(194, 21%, 44%);
border
border: 2px solid hsl(194, 21%, 44%);
gradient light
background: linear-gradient(to right, hsl(194, 21%, 64%), hsl(194, 21%, 44%));
gradient dark
background: linear-gradient(to right, hsl(194, 21%, 44%), hsl(194, 21%, 24%))
hex
background-color: #597D88;
tailwind
bg-[hsl(194,21%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(194, 21%, 44%, 0.4);
css variable
--color-primary: hsl(194, 21%, 44%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(194, 21%, 44%)?
HEX: #597D88 | RGB: rgb(89, 125, 136) | CMYK: 35%, 8%, 0%, 47% | HSV: 194°, 35%, 53%. Copy any format from the conversion table above.
What colors go well with #597D88?
The complementary color is HSL(14, 21%, 44%). For a triadic harmony, use hues 194°, 314°, and 74°. For analogous combinations, try hues 164° and 224°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(194, 21%, 44%) in CSS?
As HSL: color: hsl(194, 21%, 44%); — As HEX: color: #597D88; — As RGB: color: rgb(89, 125, 136); — Tailwind CSS: bg-[hsl(194,21%,44%)] — CSS variable: --color-primary: hsl(194, 21%, 44%);