HSL(193, 34%, 38%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(193,34%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(193, 34%, 38%) | color: hsl(193, 34%, 38%) | |
| HEX | #407482 | color: #407482 | |
| RGB | rgb(64, 116, 130) | color: rgb(64, 116, 130) | |
| CMYK | cmyk(51%, 11%, 0%, 49%) | — | |
| HSV | hsv(193, 51%, 51%) | — | |
| HWB | hwb(193 25% 49%) | color: hwb(193 25% 49%) | |
| OKLCH | oklch(0.5284 0.0597 217.2) | color: oklch(0.5284 0.0597 217.2) | |
| Lab | lab(45.9 -13.29 -13.07) | color: lab(45.9 -13.29 -13.07) | |
| LCH | lch(45.9 18.64 224.52) | color: lch(45.9 18.64 224.52) |
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)
#57577F — rgb(87, 87, 127)
Deuteranopia (Green-blind)
#54507E — rgb(84, 80, 126)
Tritanopia (Blue-blind)
#437C7B — rgb(67, 124, 123)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(193, 34%, 38%);
text
color: hsl(193, 34%, 38%);
border
border: 2px solid hsl(193, 34%, 38%);
gradient light
background: linear-gradient(to right, hsl(193, 34%, 58%), hsl(193, 34%, 38%));
gradient dark
background: linear-gradient(to right, hsl(193, 34%, 38%), hsl(193, 34%, 18%))
hex
background-color: #407482;
tailwind
bg-[hsl(193,34%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(193, 34%, 38%, 0.4);
css variable
--color-primary: hsl(193, 34%, 38%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(193, 34%, 38%)?
HEX: #407482 | RGB: rgb(64, 116, 130) | CMYK: 51%, 11%, 0%, 49% | HSV: 193°, 51%, 51%. Copy any format from the conversion table above.
What colors go well with #407482?
The complementary color is HSL(13, 34%, 38%). 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, 34%, 38%) in CSS?
As HSL: color: hsl(193, 34%, 38%); — As HEX: color: #407482; — As RGB: color: rgb(64, 116, 130); — Tailwind CSS: bg-[hsl(193,34%,38%)] — CSS variable: --color-primary: hsl(193, 34%, 38%);