#3df569
a balanced, electric green · cool · closest name: lime
RGB
61, 245, 105
HSL
134°, 90%, 60%
CMYK
75, 0, 57, 4
Luminance
0.6732
Every format
| HEX | #3df569 |
| RGB | rgb(61, 245, 105) |
| HSL | hsl(134, 90%, 60%) |
| CMYK | cmyk(75%, 0%, 57%, 4%) |
| LAB | lab(85.7 -72.7 53.8) |
| LCH | lch(85.7 90.5 143.5) |
| OKLCH | oklch(0.852 0.234 146.9) |
Copy-ready code
/* CSS */
color: #3df569;
background-color: #3df569;
/* Tailwind (arbitrary) */
class="text-[#3df569] bg-[#3df569]"
/* SCSS */
$brand: #3df569;
/* SwiftUI */
Color(red: 0.239, green: 0.961, blue: 0.412)
/* Android */
Color.parseColor("#3df569")Accessibility — WCAG contrast
Aa
#3df569 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3df569 on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green96.1%
Blue41.2%
CMYK percentages
Cyan75.1%
Magenta0.0%
Yellow57.1%
Key (black)3.9%
Color previews
#3df569 text on a black background
contrast 14.46:1
Card sample
#3df569 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3df569;
Background color
Panel with #3df569 background
background-color: #3df569;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3df569;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 245, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 245, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3df569; background: linear-gradient(135deg, #3df569, #3DF5E4);