#bdfba7
a light, electric green · cool · closest name: aquamarine
RGB
189, 251, 167
HSL
104°, 91%, 82%
CMYK
25, 0, 34, 2
Luminance
0.8260
Every format
| HEX | #bdfba7 |
| RGB | rgb(189, 251, 167) |
| HSL | hsl(104, 91%, 82%) |
| CMYK | cmyk(25%, 0%, 34%, 2%) |
| LAB | lab(92.8 -34.4 34.2) |
| LCH | lch(92.8 48.5 135.2) |
| OKLCH | oklch(0.926 0.127 137.7) |
Copy-ready code
/* CSS */
color: #bdfba7;
background-color: #bdfba7;
/* Tailwind (arbitrary) */
class="text-[#bdfba7] bg-[#bdfba7]"
/* SCSS */
$brand: #bdfba7;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.655)
/* Android */
Color.parseColor("#bdfba7")Accessibility — WCAG contrast
Aa
#bdfba7 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfba7 on black: 17.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue65.5%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow33.5%
Key (black)1.6%
Color previews
#bdfba7 text on a black background
contrast 17.52:1
Card sample
#bdfba7 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfba7;
Background color
Panel with #bdfba7 background
background-color: #bdfba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfba7; background: linear-gradient(135deg, #bdfba7, #A7FBC9);