#40fdbb
a balanced, electric green · cool · closest name: aquamarine
RGB
64, 253, 187
HSL
159°, 98%, 62%
CMYK
75, 0, 26, 1
Luminance
0.7493
Every format
| HEX | #40fdbb |
| RGB | rgb(64, 253, 187) |
| HSL | hsl(159, 98%, 62%) |
| CMYK | cmyk(75%, 0%, 26%, 1%) |
| LAB | lab(89.4 -61.0 18.6) |
| LCH | lch(89.4 63.7 163.1) |
| OKLCH | oklch(0.887 0.174 164.2) |
Copy-ready code
/* CSS */
color: #40fdbb;
background-color: #40fdbb;
/* Tailwind (arbitrary) */
class="text-[#40fdbb] bg-[#40fdbb]"
/* SCSS */
$brand: #40fdbb;
/* SwiftUI */
Color(red: 0.251, green: 0.992, blue: 0.733)
/* Android */
Color.parseColor("#40fdbb")Accessibility — WCAG contrast
Aa
#40fdbb on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#40fdbb on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green99.2%
Blue73.3%
CMYK percentages
Cyan74.7%
Magenta0.0%
Yellow26.1%
Key (black)0.8%
Color previews
#40fdbb text on a black background
contrast 15.99:1
Card sample
#40fdbb text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #40fdbb;
Background color
Panel with #40fdbb background
background-color: #40fdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #40fdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 253, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 253, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #40fdbb; background: linear-gradient(135deg, #40fdbb, #40C1FD);