#bdf7ad
a light, electric green · cool · closest name: aquamarine
RGB
189, 247, 173
HSL
107°, 82%, 82%
CMYK
24, 0, 30, 3
Luminance
0.8036
Every format
| HEX | #bdf7ad |
| RGB | rgb(189, 247, 173) |
| HSL | hsl(107, 82%, 82%) |
| CMYK | cmyk(24%, 0%, 30%, 3%) |
| LAB | lab(91.8 -31.7 29.8) |
| LCH | lch(91.8 43.5 136.7) |
| OKLCH | oklch(0.918 0.114 139.0) |
Copy-ready code
/* CSS */
color: #bdf7ad;
background-color: #bdf7ad;
/* Tailwind (arbitrary) */
class="text-[#bdf7ad] bg-[#bdf7ad]"
/* SCSS */
$brand: #bdf7ad;
/* SwiftUI */
Color(red: 0.741, green: 0.969, blue: 0.678)
/* Android */
Color.parseColor("#bdf7ad")Accessibility — WCAG contrast
Aa
#bdf7ad on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf7ad on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.9%
Blue67.8%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow30.0%
Key (black)3.1%
Color previews
#bdf7ad text on a black background
contrast 17.07:1
Card sample
#bdf7ad text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf7ad;
Background color
Panel with #bdf7ad background
background-color: #bdf7ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf7ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 247, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 247, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf7ad; background: linear-gradient(135deg, #bdf7ad, #ADF7CE);