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