#bdfbaa
a light, electric green · cool · closest name: aquamarine
RGB
189, 251, 170
HSL
106°, 91%, 83%
CMYK
25, 0, 32, 2
Luminance
0.8272
Every format
| HEX | #bdfbaa |
| RGB | rgb(189, 251, 170) |
| HSL | hsl(106, 91%, 83%) |
| CMYK | cmyk(25%, 0%, 32%, 2%) |
| LAB | lab(92.9 -34.0 32.7) |
| LCH | lch(92.9 47.2 136.1) |
| OKLCH | oklch(0.927 0.124 138.5) |
Copy-ready code
/* CSS */
color: #bdfbaa;
background-color: #bdfbaa;
/* Tailwind (arbitrary) */
class="text-[#bdfbaa] bg-[#bdfbaa]"
/* SCSS */
$brand: #bdfbaa;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.667)
/* Android */
Color.parseColor("#bdfbaa")Accessibility — WCAG contrast
Aa
#bdfbaa on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfbaa on black: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue66.7%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow32.3%
Key (black)1.6%
Color previews
#bdfbaa text on a black background
contrast 17.54:1
Card sample
#bdfbaa text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfbaa;
Background color
Panel with #bdfbaa background
background-color: #bdfbaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfbaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfbaa; background: linear-gradient(135deg, #bdfbaa, #AAFBCD);