#bdfeab
a light, electric green · cool · closest name: aquamarine
RGB
189, 254, 171
HSL
107°, 98%, 83%
CMYK
26, 0, 33, 0
Luminance
0.8464
Every format
| HEX | #bdfeab |
| RGB | rgb(189, 254, 171) |
| HSL | hsl(107, 98%, 83%) |
| CMYK | cmyk(26%, 0%, 33%, 0%) |
| LAB | lab(93.7 -35.2 33.4) |
| LCH | lch(93.7 48.5 136.6) |
| OKLCH | oklch(0.933 0.127 139.0) |
Copy-ready code
/* CSS */
color: #bdfeab;
background-color: #bdfeab;
/* Tailwind (arbitrary) */
class="text-[#bdfeab] bg-[#bdfeab]"
/* SCSS */
$brand: #bdfeab;
/* SwiftUI */
Color(red: 0.741, green: 0.996, blue: 0.671)
/* Android */
Color.parseColor("#bdfeab")Accessibility — WCAG contrast
Aa
#bdfeab on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfeab on black: 17.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.6%
Blue67.1%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow32.7%
Key (black)0.4%
Color previews
#bdfeab text on a black background
contrast 17.93:1
Card sample
#bdfeab text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfeab;
Background color
Panel with #bdfeab background
background-color: #bdfeab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfeab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 254, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 254, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfeab; background: linear-gradient(135deg, #bdfeab, #ABFED0);