#55ccaa
a balanced, vivid cyan · cool · closest name: turquoise
RGB
85, 204, 170
HSL
163°, 54%, 57%
CMYK
58, 0, 17, 20
Luminance
0.4802
Every format
| HEX | #55ccaa |
| RGB | rgb(85, 204, 170) |
| HSL | hsl(163, 54%, 57%) |
| CMYK | cmyk(58%, 0%, 17%, 20%) |
| LAB | lab(74.8 -41.6 7.0) |
| LCH | lch(74.8 42.2 170.4) |
| OKLCH | oklch(0.768 0.118 171.3) |
Copy-ready code
/* CSS */
color: #55ccaa;
background-color: #55ccaa;
/* Tailwind (arbitrary) */
class="text-[#55ccaa] bg-[#55ccaa]"
/* SCSS */
$brand: #55ccaa;
/* SwiftUI */
Color(red: 0.333, green: 0.800, blue: 0.667)
/* Android */
Color.parseColor("#55ccaa")Accessibility — WCAG contrast
Aa
#55ccaa on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55ccaa on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green80.0%
Blue66.7%
CMYK percentages
Cyan58.3%
Magenta0.0%
Yellow16.7%
Key (black)20.0%
Color previews
#55ccaa text on a black background
contrast 10.60:1
Card sample
#55ccaa text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55ccaa;
Background color
Panel with #55ccaa background
background-color: #55ccaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55ccaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 204, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 204, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55ccaa; background: linear-gradient(135deg, #55ccaa, #559FCC);