#bdfbc9
a pale, electric green · cool · closest name: aquamarine
RGB
189, 251, 201
HSL
132°, 89%, 86%
CMYK
25, 0, 20, 2
Luminance
0.8403
Every format
| HEX | #bdfbc9 |
| RGB | rgb(189, 251, 201) |
| HSL | hsl(132, 89%, 86%) |
| CMYK | cmyk(25%, 0%, 20%, 2%) |
| LAB | lab(93.5 -29.0 17.8) |
| LCH | lch(93.5 34.0 148.5) |
| OKLCH | oklch(0.933 0.092 150.2) |
Copy-ready code
/* CSS */
color: #bdfbc9;
background-color: #bdfbc9;
/* Tailwind (arbitrary) */
class="text-[#bdfbc9] bg-[#bdfbc9]"
/* SCSS */
$brand: #bdfbc9;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#bdfbc9")Accessibility — WCAG contrast
Aa
#bdfbc9 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfbc9 on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue78.8%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#bdfbc9 text on a black background
contrast 17.81:1
Card sample
#bdfbc9 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfbc9;
Background color
Panel with #bdfbc9 background
background-color: #bdfbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfbc9; background: linear-gradient(135deg, #bdfbc9, #BDFBF2);