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