#bdfdb1
a light, electric green · cool · closest name: aquamarine
RGB
189, 253, 177
HSL
111°, 95%, 84%
CMYK
25, 0, 30, 1
Luminance
0.8424
Every format
| HEX | #bdfdb1 |
| RGB | rgb(189, 253, 177) |
| HSL | hsl(111, 95%, 84%) |
| CMYK | cmyk(25%, 0%, 30%, 1%) |
| LAB | lab(93.6 -33.9 30.1) |
| LCH | lch(93.6 45.3 138.4) |
| OKLCH | oklch(0.932 0.119 140.6) |
Copy-ready code
/* CSS */
color: #bdfdb1;
background-color: #bdfdb1;
/* Tailwind (arbitrary) */
class="text-[#bdfdb1] bg-[#bdfdb1]"
/* SCSS */
$brand: #bdfdb1;
/* SwiftUI */
Color(red: 0.741, green: 0.992, blue: 0.694)
/* Android */
Color.parseColor("#bdfdb1")Accessibility — WCAG contrast
Aa
#bdfdb1 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfdb1 on black: 17.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.2%
Blue69.4%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow30.0%
Key (black)0.8%
Color previews
#bdfdb1 text on a black background
contrast 17.85:1
Card sample
#bdfdb1 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfdb1;
Background color
Panel with #bdfdb1 background
background-color: #bdfdb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfdb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 253, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 253, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfdb1; background: linear-gradient(135deg, #bdfdb1, #B1FDD8);