#3ffdaf
a balanced, electric green · cool · closest name: aquamarine
RGB
63, 253, 175
HSL
155°, 98%, 62%
CMYK
75, 0, 31, 1
Luminance
0.7440
Every format
| HEX | #3ffdaf |
| RGB | rgb(63, 253, 175) |
| HSL | hsl(155, 98%, 62%) |
| CMYK | cmyk(75%, 0%, 31%, 1%) |
| LAB | lab(89.1 -63.6 24.4) |
| LCH | lch(89.1 68.1 159.1) |
| OKLCH | oklch(0.884 0.184 160.4) |
Copy-ready code
/* CSS */
color: #3ffdaf;
background-color: #3ffdaf;
/* Tailwind (arbitrary) */
class="text-[#3ffdaf] bg-[#3ffdaf]"
/* SCSS */
$brand: #3ffdaf;
/* SwiftUI */
Color(red: 0.247, green: 0.992, blue: 0.686)
/* Android */
Color.parseColor("#3ffdaf")Accessibility — WCAG contrast
Aa
#3ffdaf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ffdaf on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green99.2%
Blue68.6%
CMYK percentages
Cyan75.1%
Magenta0.0%
Yellow30.8%
Key (black)0.8%
Color previews
#3ffdaf text on a black background
contrast 15.88:1
Card sample
#3ffdaf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ffdaf;
Background color
Panel with #3ffdaf background
background-color: #3ffdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ffdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 253, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 253, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ffdaf; background: linear-gradient(135deg, #3ffdaf, #3FCCFD);