#35ffba
a balanced, electric green · cool · closest name: aquamarine
RGB
53, 255, 186
HSL
160°, 100%, 60%
CMYK
79, 0, 27, 0
Luminance
0.7582
Every format
| HEX | #35ffba |
| RGB | rgb(53, 255, 186) |
| HSL | hsl(160, 100%, 60%) |
| CMYK | cmyk(79%, 0%, 27%, 0%) |
| LAB | lab(89.8 -63.1 19.6) |
| LCH | lch(89.8 66.1 162.7) |
| OKLCH | oklch(0.890 0.180 163.9) |
Copy-ready code
/* CSS */
color: #35ffba;
background-color: #35ffba;
/* Tailwind (arbitrary) */
class="text-[#35ffba] bg-[#35ffba]"
/* SCSS */
$brand: #35ffba;
/* SwiftUI */
Color(red: 0.208, green: 1.000, blue: 0.729)
/* Android */
Color.parseColor("#35ffba")Accessibility — WCAG contrast
Aa
#35ffba on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35ffba on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green100.0%
Blue72.9%
CMYK percentages
Cyan79.2%
Magenta0.0%
Yellow27.1%
Key (black)0.0%
Color previews
#35ffba text on a black background
contrast 16.16:1
Card sample
#35ffba text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35ffba;
Background color
Panel with #35ffba background
background-color: #35ffba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35ffba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 255, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 255, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35ffba; background: linear-gradient(135deg, #35ffba, #35BDFF);