#3fffad
a balanced, electric green · cool · closest name: aquamarine
RGB
63, 255, 173
HSL
154°, 100%, 62%
CMYK
75, 0, 32, 0
Luminance
0.7559
Every format
| HEX | #3fffad |
| RGB | rgb(63, 255, 173) |
| HSL | hsl(154, 100%, 62%) |
| CMYK | cmyk(75%, 0%, 32%, 0%) |
| LAB | lab(89.7 -64.8 26.1) |
| LCH | lch(89.7 69.8 158.0) |
| OKLCH | oklch(0.889 0.188 159.4) |
Copy-ready code
/* CSS */
color: #3fffad;
background-color: #3fffad;
/* Tailwind (arbitrary) */
class="text-[#3fffad] bg-[#3fffad]"
/* SCSS */
$brand: #3fffad;
/* SwiftUI */
Color(red: 0.247, green: 1.000, blue: 0.678)
/* Android */
Color.parseColor("#3fffad")Accessibility — WCAG contrast
Aa
#3fffad on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fffad on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green100.0%
Blue67.8%
CMYK percentages
Cyan75.3%
Magenta0.0%
Yellow32.2%
Key (black)0.0%
Color previews
#3fffad text on a black background
contrast 16.12:1
Card sample
#3fffad text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fffad;
Background color
Panel with #3fffad background
background-color: #3fffad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fffad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 255, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 255, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fffad; background: linear-gradient(135deg, #3fffad, #3FD1FF);