#3dfab9
a balanced, electric green · cool · closest name: aquamarine
RGB
61, 250, 185
HSL
159°, 95%, 61%
CMYK
76, 0, 26, 2
Luminance
0.7287
Every format
| HEX | #3dfab9 |
| RGB | rgb(61, 250, 185) |
| HSL | hsl(159, 95%, 61%) |
| CMYK | cmyk(76%, 0%, 26%, 2%) |
| LAB | lab(88.4 -60.6 18.2) |
| LCH | lch(88.4 63.3 163.3) |
| OKLCH | oklch(0.879 0.173 164.4) |
Copy-ready code
/* CSS */
color: #3dfab9;
background-color: #3dfab9;
/* Tailwind (arbitrary) */
class="text-[#3dfab9] bg-[#3dfab9]"
/* SCSS */
$brand: #3dfab9;
/* SwiftUI */
Color(red: 0.239, green: 0.980, blue: 0.725)
/* Android */
Color.parseColor("#3dfab9")Accessibility — WCAG contrast
Aa
#3dfab9 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dfab9 on black: 15.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green98.0%
Blue72.5%
CMYK percentages
Cyan75.6%
Magenta0.0%
Yellow26.0%
Key (black)2.0%
Color previews
#3dfab9 text on a black background
contrast 15.57:1
Card sample
#3dfab9 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dfab9;
Background color
Panel with #3dfab9 background
background-color: #3dfab9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dfab9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 250, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 250, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dfab9; background: linear-gradient(135deg, #3dfab9, #3DBDFA);