HSL(191, 58%, 38%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(191,58%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(191, 58%, 38%) | color: hsl(191, 58%, 38%) | |
| HEX | #298499 | color: #298499 | |
| RGB | rgb(41, 132, 153) | color: rgb(41, 132, 153) | |
| CMYK | cmyk(73%, 14%, 0%, 40%) | — | |
| HSV | hsv(191, 73%, 60%) | — | |
| HWB | hwb(191 16% 40%) | color: hwb(191 16% 40%) | |
| OKLCH | oklch(0.57 0.0884 216.6) | color: oklch(0.57 0.0884 216.6) | |
| Lab | lab(51 -19.13 -18.91) | color: lab(51 -19.13 -18.91) | |
| LCH | lch(51 26.9 224.67) | color: lch(51 26.9 224.67) |
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)
#505194 — rgb(80, 81, 148)
Deuteranopia (Green-blind)
#4B4493 — rgb(75, 68, 147)
Tritanopia (Blue-blind)
#2E908F — rgb(46, 144, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(191, 58%, 38%);
text
color: hsl(191, 58%, 38%);
border
border: 2px solid hsl(191, 58%, 38%);
gradient light
background: linear-gradient(to right, hsl(191, 58%, 58%), hsl(191, 58%, 38%));
gradient dark
background: linear-gradient(to right, hsl(191, 58%, 38%), hsl(191, 58%, 18%))
hex
background-color: #298499;
tailwind
bg-[hsl(191,58%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(191, 58%, 38%, 0.4);
css variable
--color-primary: hsl(191, 58%, 38%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(191, 58%, 38%)?
HEX: #298499 | RGB: rgb(41, 132, 153) | CMYK: 73%, 14%, 0%, 40% | HSV: 191°, 73%, 60%. Copy any format from the conversion table above.
What colors go well with #298499?
The complementary color is HSL(11, 58%, 38%). For a triadic harmony, use hues 191°, 311°, and 71°. For analogous combinations, try hues 161° and 221°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(191, 58%, 38%) in CSS?
As HSL: color: hsl(191, 58%, 38%); — As HEX: color: #298499; — As RGB: color: rgb(41, 132, 153); — Tailwind CSS: bg-[hsl(191,58%,38%)] — CSS variable: --color-primary: hsl(191, 58%, 38%);