HSL(155, 50%, 61%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(155,50%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(155, 50%, 61%) | color: hsl(155, 50%, 61%) | |
| HEX | #6ACDA4 | color: #6ACDA4 | |
| RGB | rgb(106, 205, 164) | color: rgb(106, 205, 164) | |
| CMYK | cmyk(48%, 0%, 20%, 20%) | — | |
| HSV | hsv(155, 48%, 80%) | — | |
| HWB | hwb(155 42% 20%) | color: hwb(155 42% 20%) | |
| OKLCH | oklch(0.7767 0.1117 164.6) | color: oklch(0.7767 0.1117 164.6) | |
| Lab | lab(75.7 -38.69 11.56) | color: lab(75.7 -38.69 11.56) | |
| LCH | lch(75.7 40.38 163.36) | color: lch(75.7 40.38 163.36) |
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)
#9596AE — rgb(149, 150, 174)
Deuteranopia (Green-blind)
#8F88B0 — rgb(143, 136, 176)
Tritanopia (Blue-blind)
#6FB6B7 — rgb(111, 182, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(155, 50%, 61%);
text
color: hsl(155, 50%, 61%);
border
border: 2px solid hsl(155, 50%, 61%);
gradient light
background: linear-gradient(to right, hsl(155, 50%, 81%), hsl(155, 50%, 61%));
gradient dark
background: linear-gradient(to right, hsl(155, 50%, 61%), hsl(155, 50%, 41%))
hex
background-color: #6ACDA4;
tailwind
bg-[hsl(155,50%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(155, 50%, 61%, 0.4);
css variable
--color-primary: hsl(155, 50%, 61%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(155, 50%, 61%)?
HEX: #6ACDA4 | RGB: rgb(106, 205, 164) | CMYK: 48%, 0%, 20%, 20% | HSV: 155°, 48%, 80%. Copy any format from the conversion table above.
What colors go well with #6ACDA4?
The complementary color is HSL(335, 50%, 61%). For a triadic harmony, use hues 155°, 275°, and 35°. For analogous combinations, try hues 125° and 185°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(155, 50%, 61%) in CSS?
As HSL: color: hsl(155, 50%, 61%); — As HEX: color: #6ACDA4; — As RGB: color: rgb(106, 205, 164); — Tailwind CSS: bg-[hsl(155,50%,61%)] — CSS variable: --color-primary: hsl(155, 50%, 61%);