#bdfdb9
a pale, electric green · cool · closest name: aquamarine
RGB
189, 253, 185
HSL
117°, 94%, 86%
CMYK
25, 0, 27, 1
Luminance
0.8457
Every format
| HEX | #bdfdb9 |
| RGB | rgb(189, 253, 185) |
| HSL | hsl(117, 94%, 86%) |
| CMYK | cmyk(25%, 0%, 27%, 1%) |
| LAB | lab(93.7 -32.6 26.3) |
| LCH | lch(93.7 41.9 141.2) |
| OKLCH | oklch(0.934 0.111 143.2) |
Copy-ready code
/* CSS */
color: #bdfdb9;
background-color: #bdfdb9;
/* Tailwind (arbitrary) */
class="text-[#bdfdb9] bg-[#bdfdb9]"
/* SCSS */
$brand: #bdfdb9;
/* SwiftUI */
Color(red: 0.741, green: 0.992, blue: 0.725)
/* Android */
Color.parseColor("#bdfdb9")Accessibility — WCAG contrast
Aa
#bdfdb9 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfdb9 on black: 17.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.2%
Blue72.5%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow26.9%
Key (black)0.8%
Color previews
#bdfdb9 text on a black background
contrast 17.91:1
Card sample
#bdfdb9 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfdb9;
Background color
Panel with #bdfdb9 background
background-color: #bdfdb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfdb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 253, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 253, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfdb9; background: linear-gradient(135deg, #bdfdb9, #B9FDE2);