#3fecae
a balanced, electric green · cool · closest name: aquamarine
RGB
63, 236, 174
HSL
159°, 82%, 59%
CMYK
73, 0, 26, 8
Luminance
0.6410
Every format
| HEX | #3fecae |
| RGB | rgb(63, 236, 174) |
| HSL | hsl(159, 82%, 59%) |
| CMYK | cmyk(73%, 0%, 26%, 8%) |
| LAB | lab(84.0 -57.4 17.8) |
| LCH | lch(84.0 60.1 162.8) |
| OKLCH | oklch(0.842 0.164 163.9) |
Copy-ready code
/* CSS */
color: #3fecae;
background-color: #3fecae;
/* Tailwind (arbitrary) */
class="text-[#3fecae] bg-[#3fecae]"
/* SCSS */
$brand: #3fecae;
/* SwiftUI */
Color(red: 0.247, green: 0.925, blue: 0.682)
/* Android */
Color.parseColor("#3fecae")Accessibility — WCAG contrast
Aa
#3fecae on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fecae on black: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green92.5%
Blue68.2%
CMYK percentages
Cyan73.3%
Magenta0.0%
Yellow26.3%
Key (black)7.5%
Color previews
#3fecae text on a black background
contrast 13.82:1
Card sample
#3fecae text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fecae;
Background color
Panel with #3fecae background
background-color: #3fecae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fecae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 236, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 236, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fecae; background: linear-gradient(135deg, #3fecae, #3FB7EC);