#3fad10
a dark, electric green · cool · closest name: green
RGB
63, 173, 16
HSL
102°, 83%, 37%
CMYK
64, 0, 91, 32
Luminance
0.3098
Every format
| HEX | #3fad10 |
| RGB | rgb(63, 173, 16) |
| HSL | hsl(102, 83%, 37%) |
| CMYK | cmyk(64%, 0%, 91%, 32%) |
| LAB | lab(62.5 -56.1 61.1) |
| LCH | lch(62.5 83.0 132.6) |
| OKLCH | oklch(0.658 0.204 139.3) |
Copy-ready code
/* CSS */
color: #3fad10;
background-color: #3fad10;
/* Tailwind (arbitrary) */
class="text-[#3fad10] bg-[#3fad10]"
/* SCSS */
$brand: #3fad10;
/* SwiftUI */
Color(red: 0.247, green: 0.678, blue: 0.063)
/* Android */
Color.parseColor("#3fad10")Accessibility — WCAG contrast
Aa
#3fad10 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fad10 on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green67.8%
Blue6.3%
CMYK percentages
Cyan63.6%
Magenta0.0%
Yellow90.8%
Key (black)32.2%
Color previews
#3fad10 text on a black background
contrast 7.20:1
Card sample
#3fad10 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fad10;
Background color
Panel with #3fad10 background
background-color: #3fad10;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fad10;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 173, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 173, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fad10; background: linear-gradient(135deg, #3fad10, #10AD4A);