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