#55ffaf
a light, electric green · cool · closest name: aquamarine
RGB
85, 255, 175
HSL
152°, 100%, 67%
CMYK
67, 0, 31, 0
Luminance
0.7655
Every format
| HEX | #55ffaf |
| RGB | rgb(85, 255, 175) |
| HSL | hsl(152, 100%, 67%) |
| CMYK | cmyk(67%, 0%, 31%, 0%) |
| LAB | lab(90.1 -61.3 25.8) |
| LCH | lch(90.1 66.5 157.2) |
| OKLCH | oklch(0.893 0.179 158.6) |
Copy-ready code
/* CSS */
color: #55ffaf;
background-color: #55ffaf;
/* Tailwind (arbitrary) */
class="text-[#55ffaf] bg-[#55ffaf]"
/* SCSS */
$brand: #55ffaf;
/* SwiftUI */
Color(red: 0.333, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#55ffaf")Accessibility — WCAG contrast
Aa
#55ffaf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55ffaf on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green100.0%
Blue68.6%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#55ffaf text on a black background
contrast 16.31:1
Card sample
#55ffaf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55ffaf;
Background color
Panel with #55ffaf background
background-color: #55ffaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55ffaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55ffaf; background: linear-gradient(135deg, #55ffaf, #55DEFF);