#55cca2
a balanced, vivid green · cool · closest name: turquoise
RGB
85, 204, 162
HSL
159°, 54%, 57%
CMYK
58, 0, 21, 20
Luminance
0.4773
Every format
| HEX | #55cca2 |
| RGB | rgb(85, 204, 162) |
| HSL | hsl(159, 54%, 57%) |
| CMYK | cmyk(58%, 0%, 21%, 20%) |
| LAB | lab(74.7 -43.4 11.0) |
| LCH | lch(74.7 44.8 165.7) |
| OKLCH | oklch(0.766 0.124 166.8) |
Copy-ready code
/* CSS */
color: #55cca2;
background-color: #55cca2;
/* Tailwind (arbitrary) */
class="text-[#55cca2] bg-[#55cca2]"
/* SCSS */
$brand: #55cca2;
/* SwiftUI */
Color(red: 0.333, green: 0.800, blue: 0.635)
/* Android */
Color.parseColor("#55cca2")Accessibility — WCAG contrast
Aa
#55cca2 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55cca2 on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green80.0%
Blue63.5%
CMYK percentages
Cyan58.3%
Magenta0.0%
Yellow20.6%
Key (black)20.0%
Color previews
#55cca2 text on a black background
contrast 10.55:1
Card sample
#55cca2 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55cca2;
Background color
Panel with #55cca2 background
background-color: #55cca2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55cca2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 204, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 204, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55cca2; background: linear-gradient(135deg, #55cca2, #55A7CC);