#35ffab
a balanced, electric green · cool · closest name: aquamarine
RGB
53, 255, 171
HSL
155°, 100%, 60%
CMYK
79, 0, 33, 0
Luminance
0.7522
Every format
| HEX | #35ffab |
| RGB | rgb(53, 255, 171) |
| HSL | hsl(155, 100%, 60%) |
| CMYK | cmyk(79%, 0%, 33%, 0%) |
| LAB | lab(89.5 -66.2 26.9) |
| LCH | lch(89.5 71.5 157.9) |
| OKLCH | oklch(0.887 0.192 159.3) |
Copy-ready code
/* CSS */
color: #35ffab;
background-color: #35ffab;
/* Tailwind (arbitrary) */
class="text-[#35ffab] bg-[#35ffab]"
/* SCSS */
$brand: #35ffab;
/* SwiftUI */
Color(red: 0.208, green: 1.000, blue: 0.671)
/* Android */
Color.parseColor("#35ffab")Accessibility — WCAG contrast
Aa
#35ffab on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35ffab on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green100.0%
Blue67.1%
CMYK percentages
Cyan79.2%
Magenta0.0%
Yellow32.9%
Key (black)0.0%
Color previews
#35ffab text on a black background
contrast 16.04:1
Card sample
#35ffab text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35ffab;
Background color
Panel with #35ffab background
background-color: #35ffab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35ffab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 255, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 255, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35ffab; background: linear-gradient(135deg, #35ffab, #35CDFF);