#35ffb6
a balanced, electric green · cool · closest name: aquamarine
RGB
53, 255, 182
HSL
158°, 100%, 60%
CMYK
79, 0, 29, 0
Luminance
0.7565
Every format
| HEX | #35ffb6 |
| RGB | rgb(53, 255, 182) |
| HSL | hsl(158, 100%, 60%) |
| CMYK | cmyk(79%, 0%, 29%, 0%) |
| LAB | lab(89.7 -64.0 21.6) |
| LCH | lch(89.7 67.5 161.4) |
| OKLCH | oklch(0.889 0.183 162.6) |
Copy-ready code
/* CSS */
color: #35ffb6;
background-color: #35ffb6;
/* Tailwind (arbitrary) */
class="text-[#35ffb6] bg-[#35ffb6]"
/* SCSS */
$brand: #35ffb6;
/* SwiftUI */
Color(red: 0.208, green: 1.000, blue: 0.714)
/* Android */
Color.parseColor("#35ffb6")Accessibility — WCAG contrast
Aa
#35ffb6 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35ffb6 on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green100.0%
Blue71.4%
CMYK percentages
Cyan79.2%
Magenta0.0%
Yellow28.6%
Key (black)0.0%
Color previews
#35ffb6 text on a black background
contrast 16.13:1
Card sample
#35ffb6 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35ffb6;
Background color
Panel with #35ffb6 background
background-color: #35ffb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35ffb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 255, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 255, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35ffb6; background: linear-gradient(135deg, #35ffb6, #35C1FF);