HSL(193, 21%, 43%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(193,21%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(193, 21%, 43%) | color: hsl(193, 21%, 43%) | |
| HEX | #577B85 | color: #577B85 | |
| RGB | rgb(87, 123, 133) | color: rgb(87, 123, 133) | |
| CMYK | cmyk(35%, 8%, 0%, 48%) | — | |
| HSV | hsv(193, 35%, 52%) | — | |
| HWB | hwb(193 34% 48%) | color: hwb(193 34% 48%) | |
| OKLCH | oklch(0.5595 0.0434 216.88) | color: oklch(0.5595 0.0434 216.88) | |
| Lab | lab(49.36 -10.04 -9.51) | color: lab(49.36 -10.04 -9.51) | |
| LCH | lch(49.36 13.83 223.45) | color: lch(49.36 13.83 223.45) |
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)
#676783 — rgb(103, 103, 131)
Deuteranopia (Green-blind)
#656282 — rgb(101, 98, 130)
Tritanopia (Blue-blind)
#598180 — rgb(89, 129, 128)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(193, 21%, 43%);
text
color: hsl(193, 21%, 43%);
border
border: 2px solid hsl(193, 21%, 43%);
gradient light
background: linear-gradient(to right, hsl(193, 21%, 63%), hsl(193, 21%, 43%));
gradient dark
background: linear-gradient(to right, hsl(193, 21%, 43%), hsl(193, 21%, 23%))
hex
background-color: #577B85;
tailwind
bg-[hsl(193,21%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(193, 21%, 43%, 0.4);
css variable
--color-primary: hsl(193, 21%, 43%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(193, 21%, 43%)?
HEX: #577B85 | RGB: rgb(87, 123, 133) | CMYK: 35%, 8%, 0%, 48% | HSV: 193°, 35%, 52%. Copy any format from the conversion table above.
What colors go well with #577B85?
The complementary color is HSL(13, 21%, 43%). For a triadic harmony, use hues 193°, 313°, and 73°. For analogous combinations, try hues 163° and 223°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(193, 21%, 43%) in CSS?
As HSL: color: hsl(193, 21%, 43%); — As HEX: color: #577B85; — As RGB: color: rgb(87, 123, 133); — Tailwind CSS: bg-[hsl(193,21%,43%)] — CSS variable: --color-primary: hsl(193, 21%, 43%);