#bdfbc1
a pale, electric green · cool · closest name: aquamarine
RGB
189, 251, 193
HSL
124°, 89%, 86%
CMYK
25, 0, 23, 2
Luminance
0.8366
Every format
| HEX | #bdfbc1 |
| RGB | rgb(189, 251, 193) |
| HSL | hsl(124, 89%, 86%) |
| CMYK | cmyk(25%, 0%, 23%, 2%) |
| LAB | lab(93.3 -30.4 21.7) |
| LCH | lch(93.3 37.3 144.5) |
| OKLCH | oklch(0.931 0.100 146.4) |
Copy-ready code
/* CSS */
color: #bdfbc1;
background-color: #bdfbc1;
/* Tailwind (arbitrary) */
class="text-[#bdfbc1] bg-[#bdfbc1]"
/* SCSS */
$brand: #bdfbc1;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.757)
/* Android */
Color.parseColor("#bdfbc1")Accessibility — WCAG contrast
Aa
#bdfbc1 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfbc1 on black: 17.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue75.7%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow23.1%
Key (black)1.6%
Color previews
#bdfbc1 text on a black background
contrast 17.73:1
Card sample
#bdfbc1 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfbc1;
Background color
Panel with #bdfbc1 background
background-color: #bdfbc1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfbc1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfbc1; background: linear-gradient(135deg, #bdfbc1, #BDFBEA);