#bdfbb8
a pale, electric green · cool · closest name: aquamarine
RGB
189, 251, 184
HSL
116°, 89%, 85%
CMYK
25, 0, 27, 2
Luminance
0.8327
Every format
| HEX | #bdfbb8 |
| RGB | rgb(189, 251, 184) |
| HSL | hsl(116, 89%, 85%) |
| CMYK | cmyk(25%, 0%, 27%, 2%) |
| LAB | lab(93.1 -31.9 26.0) |
| LCH | lch(93.1 41.1 140.8) |
| OKLCH | oklch(0.929 0.109 142.8) |
Copy-ready code
/* CSS */
color: #bdfbb8;
background-color: #bdfbb8;
/* Tailwind (arbitrary) */
class="text-[#bdfbb8] bg-[#bdfbb8]"
/* SCSS */
$brand: #bdfbb8;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.722)
/* Android */
Color.parseColor("#bdfbb8")Accessibility — WCAG contrast
Aa
#bdfbb8 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfbb8 on black: 17.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue72.2%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow26.7%
Key (black)1.6%
Color previews
#bdfbb8 text on a black background
contrast 17.65:1
Card sample
#bdfbb8 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfbb8;
Background color
Panel with #bdfbb8 background
background-color: #bdfbb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfbb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfbb8; background: linear-gradient(135deg, #bdfbb8, #B8FBE0);