#3ffdba
a balanced, electric green · cool · closest name: aquamarine
RGB
63, 253, 186
HSL
159°, 98%, 62%
CMYK
75, 0, 27, 1
Luminance
0.7485
Every format
| HEX | #3ffdba |
| RGB | rgb(63, 253, 186) |
| HSL | hsl(159, 98%, 62%) |
| CMYK | cmyk(75%, 0%, 27%, 1%) |
| LAB | lab(89.3 -61.3 19.0) |
| LCH | lch(89.3 64.2 162.8) |
| OKLCH | oklch(0.886 0.175 163.9) |
Copy-ready code
/* CSS */
color: #3ffdba;
background-color: #3ffdba;
/* Tailwind (arbitrary) */
class="text-[#3ffdba] bg-[#3ffdba]"
/* SCSS */
$brand: #3ffdba;
/* SwiftUI */
Color(red: 0.247, green: 0.992, blue: 0.729)
/* Android */
Color.parseColor("#3ffdba")Accessibility — WCAG contrast
Aa
#3ffdba on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ffdba on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green99.2%
Blue72.9%
CMYK percentages
Cyan75.1%
Magenta0.0%
Yellow26.5%
Key (black)0.8%
Color previews
#3ffdba text on a black background
contrast 15.97:1
Card sample
#3ffdba text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ffdba;
Background color
Panel with #3ffdba background
background-color: #3ffdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ffdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 253, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 253, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ffdba; background: linear-gradient(135deg, #3ffdba, #3FC2FD);