#3ffcac
a balanced, electric green · cool · closest name: aquamarine
RGB
63, 252, 172
HSL
155°, 97%, 62%
CMYK
75, 0, 32, 1
Luminance
0.7366
Every format
| HEX | #3ffcac |
| RGB | rgb(63, 252, 172) |
| HSL | hsl(155, 97%, 62%) |
| CMYK | cmyk(75%, 0%, 32%, 1%) |
| LAB | lab(88.8 -63.9 25.4) |
| LCH | lch(88.8 68.7 158.3) |
| OKLCH | oklch(0.881 0.185 159.7) |
Copy-ready code
/* CSS */
color: #3ffcac;
background-color: #3ffcac;
/* Tailwind (arbitrary) */
class="text-[#3ffcac] bg-[#3ffcac]"
/* SCSS */
$brand: #3ffcac;
/* SwiftUI */
Color(red: 0.247, green: 0.988, blue: 0.675)
/* Android */
Color.parseColor("#3ffcac")Accessibility — WCAG contrast
Aa
#3ffcac on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ffcac on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green98.8%
Blue67.5%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow31.7%
Key (black)1.2%
Color previews
#3ffcac text on a black background
contrast 15.73:1
Card sample
#3ffcac text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ffcac;
Background color
Panel with #3ffcac background
background-color: #3ffcac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ffcac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 252, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 252, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ffcac; background: linear-gradient(135deg, #3ffcac, #3FCEFC);