HSL(191, 40%, 52%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(191,40%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(191, 40%, 52%) | color: hsl(191, 40%, 52%) | |
| HEX | #54A4B6 | color: #54A4B6 | |
| RGB | rgb(84, 164, 182) | color: rgb(84, 164, 182) | |
| CMYK | cmyk(54%, 10%, 0%, 29%) | — | |
| HSV | hsv(191, 54%, 71%) | — | |
| HWB | hwb(191 33% 29%) | color: hwb(191 33% 29%) | |
| OKLCH | oklch(0.6751 0.0825 214.27) | color: oklch(0.6751 0.0825 214.27) | |
| Lab | lab(63.19 -19.38 -16.79) | color: lab(63.19 -19.38 -16.79) | |
| LCH | lch(63.19 25.64 220.9) | color: lch(63.19 25.64 220.9) |
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)
#7777B2 — rgb(119, 119, 178)
Deuteranopia (Green-blind)
#726CB1 — rgb(114, 108, 177)
Tritanopia (Blue-blind)
#58AEAD — rgb(88, 174, 173)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(191, 40%, 52%);
text
color: hsl(191, 40%, 52%);
border
border: 2px solid hsl(191, 40%, 52%);
gradient light
background: linear-gradient(to right, hsl(191, 40%, 72%), hsl(191, 40%, 52%));
gradient dark
background: linear-gradient(to right, hsl(191, 40%, 52%), hsl(191, 40%, 32%))
hex
background-color: #54A4B6;
tailwind
bg-[hsl(191,40%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(191, 40%, 52%, 0.4);
css variable
--color-primary: hsl(191, 40%, 52%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(191, 40%, 52%)?
HEX: #54A4B6 | RGB: rgb(84, 164, 182) | CMYK: 54%, 10%, 0%, 29% | HSV: 191°, 54%, 71%. Copy any format from the conversion table above.
What colors go well with #54A4B6?
The complementary color is HSL(11, 40%, 52%). 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, 40%, 52%) in CSS?
As HSL: color: hsl(191, 40%, 52%); — As HEX: color: #54A4B6; — As RGB: color: rgb(84, 164, 182); — Tailwind CSS: bg-[hsl(191,40%,52%)] — CSS variable: --color-primary: hsl(191, 40%, 52%);