#bdfab8
a pale, electric green · cool · closest name: aquamarine
RGB
189, 250, 184
HSL
116°, 87%, 85%
CMYK
24, 0, 26, 2
Luminance
0.8265
Every format
| HEX | #bdfab8 |
| RGB | rgb(189, 250, 184) |
| HSL | hsl(116, 87%, 85%) |
| CMYK | cmyk(24%, 0%, 26%, 2%) |
| LAB | lab(92.9 -31.4 25.6) |
| LCH | lch(92.9 40.5 140.8) |
| OKLCH | oklch(0.927 0.107 142.8) |
Copy-ready code
/* CSS */
color: #bdfab8;
background-color: #bdfab8;
/* Tailwind (arbitrary) */
class="text-[#bdfab8] bg-[#bdfab8]"
/* SCSS */
$brand: #bdfab8;
/* SwiftUI */
Color(red: 0.741, green: 0.980, blue: 0.722)
/* Android */
Color.parseColor("#bdfab8")Accessibility — WCAG contrast
Aa
#bdfab8 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfab8 on black: 17.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.0%
Blue72.2%
CMYK percentages
Cyan24.4%
Magenta0.0%
Yellow26.4%
Key (black)2.0%
Color previews
#bdfab8 text on a black background
contrast 17.53:1
Card sample
#bdfab8 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfab8;
Background color
Panel with #bdfab8 background
background-color: #bdfab8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfab8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 250, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 250, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfab8; background: linear-gradient(135deg, #bdfab8, #B8FADF);