#3ffda2
a balanced, electric green · cool · closest name: aquamarine
RGB
63, 253, 162
HSL
151°, 98%, 62%
CMYK
75, 0, 36, 1
Luminance
0.7392
Every format
| HEX | #3ffda2 |
| RGB | rgb(63, 253, 162) |
| HSL | hsl(151, 98%, 62%) |
| CMYK | cmyk(75%, 0%, 36%, 1%) |
| LAB | lab(88.9 -66.2 30.6) |
| LCH | lch(88.9 72.9 155.2) |
| OKLCH | oklch(0.881 0.195 156.8) |
Copy-ready code
/* CSS */
color: #3ffda2;
background-color: #3ffda2;
/* Tailwind (arbitrary) */
class="text-[#3ffda2] bg-[#3ffda2]"
/* SCSS */
$brand: #3ffda2;
/* SwiftUI */
Color(red: 0.247, green: 0.992, blue: 0.635)
/* Android */
Color.parseColor("#3ffda2")Accessibility — WCAG contrast
Aa
#3ffda2 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ffda2 on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green99.2%
Blue63.5%
CMYK percentages
Cyan75.1%
Magenta0.0%
Yellow36.0%
Key (black)0.8%
Color previews
#3ffda2 text on a black background
contrast 15.78:1
Card sample
#3ffda2 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ffda2;
Background color
Panel with #3ffda2 background
background-color: #3ffda2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ffda2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 253, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 253, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ffda2; background: linear-gradient(135deg, #3ffda2, #3FD9FD);