HSL(193, 45%, 40%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(193,45%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(193, 45%, 40%) | color: hsl(193, 45%, 40%) | |
| HEX | #388094 | color: #388094 | |
| RGB | rgb(56, 128, 148) | color: rgb(56, 128, 148) | |
| CMYK | cmyk(62%, 14%, 0%, 42%) | — | |
| HSV | hsv(193, 62%, 58%) | — | |
| HWB | hwb(193 22% 42%) | color: hwb(193 22% 42%) | |
| OKLCH | oklch(0.5625 0.0774 218.9) | color: oklch(0.5625 0.0774 218.9) | |
| Lab | lab(50 -16.12 -17.49) | color: lab(50 -16.12 -17.49) | |
| LCH | lch(50 23.79 227.33) | color: lch(50 23.79 227.33) |
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)
#57588F — rgb(87, 88, 143)
Deuteranopia (Green-blind)
#534E8E — rgb(83, 78, 142)
Tritanopia (Blue-blind)
#3C8B8B — rgb(60, 139, 139)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(193, 45%, 40%);
text
color: hsl(193, 45%, 40%);
border
border: 2px solid hsl(193, 45%, 40%);
gradient light
background: linear-gradient(to right, hsl(193, 45%, 60%), hsl(193, 45%, 40%));
gradient dark
background: linear-gradient(to right, hsl(193, 45%, 40%), hsl(193, 45%, 20%))
hex
background-color: #388094;
tailwind
bg-[hsl(193,45%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(193, 45%, 40%, 0.4);
css variable
--color-primary: hsl(193, 45%, 40%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(193, 45%, 40%)?
HEX: #388094 | RGB: rgb(56, 128, 148) | CMYK: 62%, 14%, 0%, 42% | HSV: 193°, 62%, 58%. Copy any format from the conversion table above.
What colors go well with #388094?
The complementary color is HSL(13, 45%, 40%). 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, 45%, 40%) in CSS?
As HSL: color: hsl(193, 45%, 40%); — As HEX: color: #388094; — As RGB: color: rgb(56, 128, 148); — Tailwind CSS: bg-[hsl(193,45%,40%)] — CSS variable: --color-primary: hsl(193, 45%, 40%);