HSL(194, 35%, 44%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(194,35%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(194, 35%, 44%) | color: hsl(194, 35%, 44%) | |
| HEX | #498597 | color: #498597 | |
| RGB | rgb(73, 133, 151) | color: rgb(73, 133, 151) | |
| CMYK | cmyk(52%, 12%, 0%, 41%) | — | |
| HSV | hsv(194, 52%, 59%) | — | |
| HWB | hwb(194 28% 41%) | color: hwb(194 28% 41%) | |
| OKLCH | oklch(0.5832 0.0681 219.48) | color: oklch(0.5832 0.0681 219.48) | |
| Lab | lab(52.31 -14.3 -15.65) | color: lab(52.31 -14.3 -15.65) | |
| LCH | lch(52.31 21.2 227.58) | color: lch(52.31 21.2 227.58) |
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)
#636493 — rgb(99, 100, 147)
Deuteranopia (Green-blind)
#605B92 — rgb(96, 91, 146)
Tritanopia (Blue-blind)
#4C8F8E — rgb(76, 143, 142)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(194, 35%, 44%);
text
color: hsl(194, 35%, 44%);
border
border: 2px solid hsl(194, 35%, 44%);
gradient light
background: linear-gradient(to right, hsl(194, 35%, 64%), hsl(194, 35%, 44%));
gradient dark
background: linear-gradient(to right, hsl(194, 35%, 44%), hsl(194, 35%, 24%))
hex
background-color: #498597;
tailwind
bg-[hsl(194,35%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(194, 35%, 44%, 0.4);
css variable
--color-primary: hsl(194, 35%, 44%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(194, 35%, 44%)?
HEX: #498597 | RGB: rgb(73, 133, 151) | CMYK: 52%, 12%, 0%, 41% | HSV: 194°, 52%, 59%. Copy any format from the conversion table above.
What colors go well with #498597?
The complementary color is HSL(14, 35%, 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, 35%, 44%) in CSS?
As HSL: color: hsl(194, 35%, 44%); — As HEX: color: #498597; — As RGB: color: rgb(73, 133, 151); — Tailwind CSS: bg-[hsl(194,35%,44%)] — CSS variable: --color-primary: hsl(194, 35%, 44%);