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