#bdfbce
a pale, electric green · cool · closest name: aquamarine
RGB
189, 251, 206
HSL
137°, 89%, 86%
CMYK
25, 0, 18, 2
Luminance
0.8427
Every format
| HEX | #bdfbce |
| RGB | rgb(189, 251, 206) |
| HSL | hsl(137, 89%, 86%) |
| CMYK | cmyk(25%, 0%, 18%, 2%) |
| LAB | lab(93.6 -28.1 15.4) |
| LCH | lch(93.6 32.0 151.3) |
| OKLCH | oklch(0.934 0.087 153.0) |
Copy-ready code
/* CSS */
color: #bdfbce;
background-color: #bdfbce;
/* Tailwind (arbitrary) */
class="text-[#bdfbce] bg-[#bdfbce]"
/* SCSS */
$brand: #bdfbce;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.808)
/* Android */
Color.parseColor("#bdfbce")Accessibility — WCAG contrast
Aa
#bdfbce on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfbce on black: 17.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue80.8%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow17.9%
Key (black)1.6%
Color previews
#bdfbce text on a black background
contrast 17.85:1
Card sample
#bdfbce text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfbce;
Background color
Panel with #bdfbce background
background-color: #bdfbce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfbce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfbce; background: linear-gradient(135deg, #bdfbce, #BDFBF7);