#bdf7bd
a pale, electric green · cool · closest name: aquamarine
RGB
189, 247, 189
HSL
120°, 78%, 86%
CMYK
24, 0, 24, 3
Luminance
0.8101
Every format
| HEX | #bdf7bd |
| RGB | rgb(189, 247, 189) |
| HSL | hsl(120, 78%, 86%) |
| CMYK | cmyk(24%, 0%, 24%, 3%) |
| LAB | lab(92.1 -29.2 22.1) |
| LCH | lch(92.1 36.6 142.9) |
| OKLCH | oklch(0.922 0.098 144.7) |
Copy-ready code
/* CSS */
color: #bdf7bd;
background-color: #bdf7bd;
/* Tailwind (arbitrary) */
class="text-[#bdf7bd] bg-[#bdf7bd]"
/* SCSS */
$brand: #bdf7bd;
/* SwiftUI */
Color(red: 0.741, green: 0.969, blue: 0.741)
/* Android */
Color.parseColor("#bdf7bd")Accessibility — WCAG contrast
Aa
#bdf7bd on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf7bd on black: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.9%
Blue74.1%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow23.5%
Key (black)3.1%
Color previews
#bdf7bd text on a black background
contrast 17.20:1
Card sample
#bdf7bd text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf7bd;
Background color
Panel with #bdf7bd background
background-color: #bdf7bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf7bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 247, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 247, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf7bd; background: linear-gradient(135deg, #bdf7bd, #BDF7E4);