#bdf9ab
a light, electric green · cool · closest name: aquamarine
RGB
189, 249, 171
HSL
106°, 87%, 82%
CMYK
24, 0, 31, 2
Luminance
0.8151
Every format
| HEX | #bdf9ab |
| RGB | rgb(189, 249, 171) |
| HSL | hsl(106, 87%, 82%) |
| CMYK | cmyk(24%, 0%, 31%, 2%) |
| LAB | lab(92.4 -32.9 31.5) |
| LCH | lch(92.4 45.6 136.3) |
| OKLCH | oklch(0.922 0.120 138.6) |
Copy-ready code
/* CSS */
color: #bdf9ab;
background-color: #bdf9ab;
/* Tailwind (arbitrary) */
class="text-[#bdf9ab] bg-[#bdf9ab]"
/* SCSS */
$brand: #bdf9ab;
/* SwiftUI */
Color(red: 0.741, green: 0.976, blue: 0.671)
/* Android */
Color.parseColor("#bdf9ab")Accessibility — WCAG contrast
Aa
#bdf9ab on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf9ab on black: 17.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.6%
Blue67.1%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow31.3%
Key (black)2.4%
Color previews
#bdf9ab text on a black background
contrast 17.30:1
Card sample
#bdf9ab text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf9ab;
Background color
Panel with #bdf9ab background
background-color: #bdf9ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf9ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 249, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 249, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf9ab; background: linear-gradient(135deg, #bdf9ab, #ABF9CD);