#55feaf
a light, electric green · cool · closest name: aquamarine
RGB
85, 254, 175
HSL
152°, 99%, 67%
CMYK
67, 0, 31, 0
Luminance
0.7591
Every format
| HEX | #55feaf |
| RGB | rgb(85, 254, 175) |
| HSL | hsl(152, 99%, 67%) |
| CMYK | cmyk(67%, 0%, 31%, 0%) |
| LAB | lab(89.8 -60.9 25.4) |
| LCH | lch(89.8 66.0 157.4) |
| OKLCH | oklch(0.891 0.178 158.8) |
Copy-ready code
/* CSS */
color: #55feaf;
background-color: #55feaf;
/* Tailwind (arbitrary) */
class="text-[#55feaf] bg-[#55feaf]"
/* SCSS */
$brand: #55feaf;
/* SwiftUI */
Color(red: 0.333, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#55feaf")Accessibility — WCAG contrast
Aa
#55feaf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55feaf on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green99.6%
Blue68.6%
CMYK percentages
Cyan66.5%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#55feaf text on a black background
contrast 16.18:1
Card sample
#55feaf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55feaf;
Background color
Panel with #55feaf background
background-color: #55feaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55feaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55feaf; background: linear-gradient(135deg, #55feaf, #55DCFE);