#3ffec7
a balanced, electric cyan · cool · closest name: aquamarine
RGB
63, 254, 199
HSL
163°, 99%, 62%
CMYK
75, 0, 22, 0
Luminance
0.7606
Every format
| HEX | #3ffec7 |
| RGB | rgb(63, 254, 199) |
| HSL | hsl(163, 99%, 62%) |
| CMYK | cmyk(75%, 0%, 22%, 0%) |
| LAB | lab(89.9 -58.8 13.1) |
| LCH | lch(89.9 60.3 167.4) |
| OKLCH | oklch(0.892 0.167 168.4) |
Copy-ready code
/* CSS */
color: #3ffec7;
background-color: #3ffec7;
/* Tailwind (arbitrary) */
class="text-[#3ffec7] bg-[#3ffec7]"
/* SCSS */
$brand: #3ffec7;
/* SwiftUI */
Color(red: 0.247, green: 0.996, blue: 0.780)
/* Android */
Color.parseColor("#3ffec7")Accessibility — WCAG contrast
Aa
#3ffec7 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ffec7 on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green99.6%
Blue78.0%
CMYK percentages
Cyan75.2%
Magenta0.0%
Yellow21.7%
Key (black)0.4%
Color previews
#3ffec7 text on a black background
contrast 16.21:1
Card sample
#3ffec7 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ffec7;
Background color
Panel with #3ffec7 background
background-color: #3ffec7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ffec7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 254, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 254, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ffec7; background: linear-gradient(135deg, #3ffec7, #3FB6FE);