#bdfaab
a light, electric green · cool · closest name: aquamarine
RGB
189, 250, 171
HSL
106°, 89%, 83%
CMYK
24, 0, 32, 2
Luminance
0.8213
Every format
| HEX | #bdfaab |
| RGB | rgb(189, 250, 171) |
| HSL | hsl(106, 89%, 83%) |
| CMYK | cmyk(24%, 0%, 32%, 2%) |
| LAB | lab(92.6 -33.4 31.9) |
| LCH | lch(92.6 46.2 136.3) |
| OKLCH | oklch(0.925 0.121 138.7) |
Copy-ready code
/* CSS */
color: #bdfaab;
background-color: #bdfaab;
/* Tailwind (arbitrary) */
class="text-[#bdfaab] bg-[#bdfaab]"
/* SCSS */
$brand: #bdfaab;
/* SwiftUI */
Color(red: 0.741, green: 0.980, blue: 0.671)
/* Android */
Color.parseColor("#bdfaab")Accessibility — WCAG contrast
Aa
#bdfaab on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfaab on black: 17.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.0%
Blue67.1%
CMYK percentages
Cyan24.4%
Magenta0.0%
Yellow31.6%
Key (black)2.0%
Color previews
#bdfaab text on a black background
contrast 17.43:1
Card sample
#bdfaab text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfaab;
Background color
Panel with #bdfaab background
background-color: #bdfaab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfaab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 250, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 250, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfaab; background: linear-gradient(135deg, #bdfaab, #ABFACD);