#bdfdab
a light, electric green · cool · closest name: aquamarine
RGB
189, 253, 171
HSL
107°, 95%, 83%
CMYK
25, 0, 32, 1
Luminance
0.8401
Every format
| HEX | #bdfdab |
| RGB | rgb(189, 253, 171) |
| HSL | hsl(107, 95%, 83%) |
| CMYK | cmyk(25%, 0%, 32%, 1%) |
| LAB | lab(93.5 -34.8 33.0) |
| LCH | lch(93.5 47.9 136.5) |
| OKLCH | oklch(0.931 0.126 138.9) |
Copy-ready code
/* CSS */
color: #bdfdab;
background-color: #bdfdab;
/* Tailwind (arbitrary) */
class="text-[#bdfdab] bg-[#bdfdab]"
/* SCSS */
$brand: #bdfdab;
/* SwiftUI */
Color(red: 0.741, green: 0.992, blue: 0.671)
/* Android */
Color.parseColor("#bdfdab")Accessibility — WCAG contrast
Aa
#bdfdab on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfdab on black: 17.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.2%
Blue67.1%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow32.4%
Key (black)0.8%
Color previews
#bdfdab text on a black background
contrast 17.80:1
Card sample
#bdfdab text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfdab;
Background color
Panel with #bdfdab background
background-color: #bdfdab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfdab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 253, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 253, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfdab; background: linear-gradient(135deg, #bdfdab, #ABFDD0);