#3dfebc
a balanced, electric green · cool · closest name: aquamarine
RGB
61, 254, 188
HSL
160°, 99%, 62%
CMYK
76, 0, 26, 0
Luminance
0.7551
Every format
| HEX | #3dfebc |
| RGB | rgb(61, 254, 188) |
| HSL | hsl(160, 99%, 62%) |
| CMYK | cmyk(76%, 0%, 26%, 0%) |
| LAB | lab(89.6 -61.5 18.4) |
| LCH | lch(89.6 64.2 163.3) |
| OKLCH | oklch(0.889 0.175 164.4) |
Copy-ready code
/* CSS */
color: #3dfebc;
background-color: #3dfebc;
/* Tailwind (arbitrary) */
class="text-[#3dfebc] bg-[#3dfebc]"
/* SCSS */
$brand: #3dfebc;
/* SwiftUI */
Color(red: 0.239, green: 0.996, blue: 0.737)
/* Android */
Color.parseColor("#3dfebc")Accessibility — WCAG contrast
Aa
#3dfebc on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dfebc on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green99.6%
Blue73.7%
CMYK percentages
Cyan76.0%
Magenta0.0%
Yellow26.0%
Key (black)0.4%
Color previews
#3dfebc text on a black background
contrast 16.10:1
Card sample
#3dfebc text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dfebc;
Background color
Panel with #3dfebc background
background-color: #3dfebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dfebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 254, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 254, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dfebc; background: linear-gradient(135deg, #3dfebc, #3DBFFE);