HSL(178, 45%, 54%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(178,45%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(178, 45%, 54%) | color: hsl(178, 45%, 54%) | |
| HEX | #55BEBB | color: #55BEBB | |
| RGB | rgb(85, 190, 187) | color: rgb(85, 190, 187) | |
| CMYK | cmyk(55%, 0%, 2%, 25%) | — | |
| HSV | hsv(178, 55%, 75%) | — | |
| HWB | hwb(178 34% 25%) | color: hwb(178 34% 25%) | |
| OKLCH | oklch(0.7394 0.0968 192.71) | color: oklch(0.7394 0.0968 192.71) | |
| Lab | lab(71.11 -30.82 -7.67) | color: lab(71.11 -30.82 -7.67) | |
| LCH | lch(71.11 31.76 193.97) | color: lch(71.11 31.76 193.97) |
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)
#8283BC — rgb(130, 131, 188)
Deuteranopia (Green-blind)
#7C75BC — rgb(124, 117, 188)
Tritanopia (Blue-blind)
#5ABCBC — rgb(90, 188, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(178, 45%, 54%);
text
color: hsl(178, 45%, 54%);
border
border: 2px solid hsl(178, 45%, 54%);
gradient light
background: linear-gradient(to right, hsl(178, 45%, 74%), hsl(178, 45%, 54%));
gradient dark
background: linear-gradient(to right, hsl(178, 45%, 54%), hsl(178, 45%, 34%))
hex
background-color: #55BEBB;
tailwind
bg-[hsl(178,45%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(178, 45%, 54%, 0.4);
css variable
--color-primary: hsl(178, 45%, 54%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(178, 45%, 54%)?
HEX: #55BEBB | RGB: rgb(85, 190, 187) | CMYK: 55%, 0%, 2%, 25% | HSV: 178°, 55%, 75%. Copy any format from the conversion table above.
What colors go well with #55BEBB?
The complementary color is HSL(358, 45%, 54%). For a triadic harmony, use hues 178°, 298°, and 58°. For analogous combinations, try hues 148° and 208°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(178, 45%, 54%) in CSS?
As HSL: color: hsl(178, 45%, 54%); — As HEX: color: #55BEBB; — As RGB: color: rgb(85, 190, 187); — Tailwind CSS: bg-[hsl(178,45%,54%)] — CSS variable: --color-primary: hsl(178, 45%, 54%);