#bdfbda
a pale, electric green · cool · closest name: aquamarine
RGB
189, 251, 218
HSL
148°, 89%, 86%
CMYK
25, 0, 13, 2
Luminance
0.8488
Every format
| HEX | #bdfbda |
| RGB | rgb(189, 251, 218) |
| HSL | hsl(148, 89%, 86%) |
| CMYK | cmyk(25%, 0%, 13%, 2%) |
| LAB | lab(93.8 -25.9 9.6) |
| LCH | lch(93.8 27.6 159.7) |
| OKLCH | oklch(0.937 0.077 161.2) |
Copy-ready code
/* CSS */
color: #bdfbda;
background-color: #bdfbda;
/* Tailwind (arbitrary) */
class="text-[#bdfbda] bg-[#bdfbda]"
/* SCSS */
$brand: #bdfbda;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.855)
/* Android */
Color.parseColor("#bdfbda")Accessibility — WCAG contrast
Aa
#bdfbda on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfbda on black: 17.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue85.5%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow13.1%
Key (black)1.6%
Color previews
#bdfbda text on a black background
contrast 17.98:1
Card sample
#bdfbda text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfbda;
Background color
Panel with #bdfbda background
background-color: #bdfbda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfbda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfbda; background: linear-gradient(135deg, #bdfbda, #BDF3FB);