#bdfdba
a pale, electric green · cool · closest name: aquamarine
RGB
189, 253, 186
HSL
117°, 94%, 86%
CMYK
25, 0, 27, 1
Luminance
0.8461
Every format
| HEX | #bdfdba |
| RGB | rgb(189, 253, 186) |
| HSL | hsl(117, 94%, 86%) |
| CMYK | cmyk(25%, 0%, 27%, 1%) |
| LAB | lab(93.7 -32.5 25.8) |
| LCH | lch(93.7 41.5 141.5) |
| OKLCH | oklch(0.934 0.110 143.5) |
Copy-ready code
/* CSS */
color: #bdfdba;
background-color: #bdfdba;
/* Tailwind (arbitrary) */
class="text-[#bdfdba] bg-[#bdfdba]"
/* SCSS */
$brand: #bdfdba;
/* SwiftUI */
Color(red: 0.741, green: 0.992, blue: 0.729)
/* Android */
Color.parseColor("#bdfdba")Accessibility — WCAG contrast
Aa
#bdfdba on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfdba on black: 17.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.2%
Blue72.9%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow26.5%
Key (black)0.8%
Color previews
#bdfdba text on a black background
contrast 17.92:1
Card sample
#bdfdba text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfdba;
Background color
Panel with #bdfdba background
background-color: #bdfdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 253, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 253, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfdba; background: linear-gradient(135deg, #bdfdba, #BAFDE4);