HSL(194, 55%, 44%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(194,55%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(194, 55%, 44%) | color: hsl(194, 55%, 44%) | |
| HEX | #3291AE | color: #3291AE | |
| RGB | rgb(50, 145, 174) | color: rgb(50, 145, 174) | |
| CMYK | cmyk(71%, 17%, 0%, 32%) | — | |
| HSV | hsv(194, 71%, 68%) | — | |
| HWB | hwb(194 20% 32%) | color: hwb(194 20% 32%) | |
| OKLCH | oklch(0.614 0.0966 222.2) | color: oklch(0.614 0.0966 222.2) | |
| Lab | lab(56.07 -17.9 -23.22) | color: lab(56.07 -17.9 -23.22) | |
| LCH | lch(56.07 29.32 232.37) | color: lch(56.07 29.32 232.37) |
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)
#5B5CA7 — rgb(91, 92, 167)
Deuteranopia (Green-blind)
#564FA5 — rgb(86, 79, 165)
Tritanopia (Blue-blind)
#37A1A0 — rgb(55, 161, 160)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(194, 55%, 44%);
text
color: hsl(194, 55%, 44%);
border
border: 2px solid hsl(194, 55%, 44%);
gradient light
background: linear-gradient(to right, hsl(194, 55%, 64%), hsl(194, 55%, 44%));
gradient dark
background: linear-gradient(to right, hsl(194, 55%, 44%), hsl(194, 55%, 24%))
hex
background-color: #3291AE;
tailwind
bg-[hsl(194,55%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(194, 55%, 44%, 0.4);
css variable
--color-primary: hsl(194, 55%, 44%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(194, 55%, 44%)?
HEX: #3291AE | RGB: rgb(50, 145, 174) | CMYK: 71%, 17%, 0%, 32% | HSV: 194°, 71%, 68%. Copy any format from the conversion table above.
What colors go well with #3291AE?
The complementary color is HSL(14, 55%, 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, 55%, 44%) in CSS?
As HSL: color: hsl(194, 55%, 44%); — As HEX: color: #3291AE; — As RGB: color: rgb(50, 145, 174); — Tailwind CSS: bg-[hsl(194,55%,44%)] — CSS variable: --color-primary: hsl(194, 55%, 44%);