#bdfab4
a light, electric green · cool · closest name: aquamarine
RGB
189, 250, 180
HSL
112°, 88%, 84%
CMYK
24, 0, 28, 2
Luminance
0.8249
Every format
| HEX | #bdfab4 |
| RGB | rgb(189, 250, 180) |
| HSL | hsl(112, 88%, 84%) |
| CMYK | cmyk(24%, 0%, 28%, 2%) |
| LAB | lab(92.8 -32.0 27.6) |
| LCH | lch(92.8 42.3 139.3) |
| OKLCH | oklch(0.926 0.112 141.4) |
Copy-ready code
/* CSS */
color: #bdfab4;
background-color: #bdfab4;
/* Tailwind (arbitrary) */
class="text-[#bdfab4] bg-[#bdfab4]"
/* SCSS */
$brand: #bdfab4;
/* SwiftUI */
Color(red: 0.741, green: 0.980, blue: 0.706)
/* Android */
Color.parseColor("#bdfab4")Accessibility — WCAG contrast
Aa
#bdfab4 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfab4 on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.0%
Blue70.6%
CMYK percentages
Cyan24.4%
Magenta0.0%
Yellow28.0%
Key (black)2.0%
Color previews
#bdfab4 text on a black background
contrast 17.50:1
Card sample
#bdfab4 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfab4;
Background color
Panel with #bdfab4 background
background-color: #bdfab4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfab4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 250, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 250, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfab4; background: linear-gradient(135deg, #bdfab4, #B4FADA);