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