#3ffeb8
a balanced, electric green · cool · closest name: aquamarine
RGB
63, 254, 184
HSL
158°, 99%, 62%
CMYK
75, 0, 28, 0
Luminance
0.7540
Every format
| HEX | #3ffeb8 |
| RGB | rgb(63, 254, 184) |
| HSL | hsl(158, 99%, 62%) |
| CMYK | cmyk(75%, 0%, 28%, 0%) |
| LAB | lab(89.6 -62.1 20.4) |
| LCH | lch(89.6 65.4 161.8) |
| OKLCH | oklch(0.888 0.178 163.0) |
Copy-ready code
/* CSS */
color: #3ffeb8;
background-color: #3ffeb8;
/* Tailwind (arbitrary) */
class="text-[#3ffeb8] bg-[#3ffeb8]"
/* SCSS */
$brand: #3ffeb8;
/* SwiftUI */
Color(red: 0.247, green: 0.996, blue: 0.722)
/* Android */
Color.parseColor("#3ffeb8")Accessibility — WCAG contrast
Aa
#3ffeb8 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ffeb8 on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green99.6%
Blue72.2%
CMYK percentages
Cyan75.2%
Magenta0.0%
Yellow27.6%
Key (black)0.4%
Color previews
#3ffeb8 text on a black background
contrast 16.08:1
Card sample
#3ffeb8 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ffeb8;
Background color
Panel with #3ffeb8 background
background-color: #3ffeb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ffeb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 254, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 254, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ffeb8; background: linear-gradient(135deg, #3ffeb8, #3FC5FE);