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