#2ff69d
a balanced, electric green · cool · closest name: aquamarine
RGB
47, 246, 157
HSL
153°, 92%, 58%
CMYK
81, 0, 36, 4
Luminance
0.6895
Every format
| HEX | #2ff69d |
| RGB | rgb(47, 246, 157) |
| HSL | hsl(153, 92%, 58%) |
| CMYK | cmyk(81%, 0%, 36%, 4%) |
| LAB | lab(86.5 -66.4 29.9) |
| LCH | lch(86.5 72.8 155.8) |
| OKLCH | oklch(0.861 0.194 157.3) |
Copy-ready code
/* CSS */
color: #2ff69d;
background-color: #2ff69d;
/* Tailwind (arbitrary) */
class="text-[#2ff69d] bg-[#2ff69d]"
/* SCSS */
$brand: #2ff69d;
/* SwiftUI */
Color(red: 0.184, green: 0.965, blue: 0.616)
/* Android */
Color.parseColor("#2ff69d")Accessibility — WCAG contrast
Aa
#2ff69d on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ff69d on black: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green96.5%
Blue61.6%
CMYK percentages
Cyan80.9%
Magenta0.0%
Yellow36.2%
Key (black)3.5%
Color previews
#2ff69d text on a black background
contrast 14.79:1
Card sample
#2ff69d text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ff69d;
Background color
Panel with #2ff69d background
background-color: #2ff69d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ff69d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 246, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 246, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ff69d; background: linear-gradient(135deg, #2ff69d, #2FCAF6);