#bdfdbd
a pale, electric green · cool · closest name: aquamarine
RGB
189, 253, 189
HSL
120°, 94%, 87%
CMYK
25, 0, 25, 1
Luminance
0.8474
Every format
| HEX | #bdfdbd |
| RGB | rgb(189, 253, 189) |
| HSL | hsl(120, 94%, 87%) |
| CMYK | cmyk(25%, 0%, 25%, 1%) |
| LAB | lab(93.8 -32.0 24.3) |
| LCH | lch(93.8 40.2 142.7) |
| OKLCH | oklch(0.935 0.107 144.7) |
Copy-ready code
/* CSS */
color: #bdfdbd;
background-color: #bdfdbd;
/* Tailwind (arbitrary) */
class="text-[#bdfdbd] bg-[#bdfdbd]"
/* SCSS */
$brand: #bdfdbd;
/* SwiftUI */
Color(red: 0.741, green: 0.992, blue: 0.741)
/* Android */
Color.parseColor("#bdfdbd")Accessibility — WCAG contrast
Aa
#bdfdbd on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfdbd on black: 17.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.2%
Blue74.1%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow25.3%
Key (black)0.8%
Color previews
#bdfdbd text on a black background
contrast 17.95:1
Card sample
#bdfdbd text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfdbd;
Background color
Panel with #bdfdbd background
background-color: #bdfdbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfdbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 253, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 253, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfdbd; background: linear-gradient(135deg, #bdfdbd, #BDFDE8);