#bdf4ad
a light, electric green · cool · closest name: aquamarine
RGB
189, 244, 173
HSL
107°, 76%, 82%
CMYK
23, 0, 29, 4
Luminance
0.7854
Every format
| HEX | #bdf4ad |
| RGB | rgb(189, 244, 173) |
| HSL | hsl(107, 76%, 82%) |
| CMYK | cmyk(23%, 0%, 29%, 4%) |
| LAB | lab(91.0 -30.3 28.7) |
| LCH | lch(91.0 41.8 136.5) |
| OKLCH | oklch(0.912 0.110 138.7) |
Copy-ready code
/* CSS */
color: #bdf4ad;
background-color: #bdf4ad;
/* Tailwind (arbitrary) */
class="text-[#bdf4ad] bg-[#bdf4ad]"
/* SCSS */
$brand: #bdf4ad;
/* SwiftUI */
Color(red: 0.741, green: 0.957, blue: 0.678)
/* Android */
Color.parseColor("#bdf4ad")Accessibility — WCAG contrast
Aa
#bdf4ad on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf4ad on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.7%
Blue67.8%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow29.1%
Key (black)4.3%
Color previews
#bdf4ad text on a black background
contrast 16.71:1
Card sample
#bdf4ad text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf4ad;
Background color
Panel with #bdf4ad background
background-color: #bdf4ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf4ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 244, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 244, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf4ad; background: linear-gradient(135deg, #bdf4ad, #ADF4CC);