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