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