#bdf4b1
a light, electric green · cool · closest name: aquamarine
RGB
189, 244, 177
HSL
109°, 75%, 83%
CMYK
23, 0, 28, 4
Luminance
0.7869
Every format
| HEX | #bdf4b1 |
| RGB | rgb(189, 244, 177) |
| HSL | hsl(109, 75%, 83%) |
| CMYK | cmyk(23%, 0%, 28%, 4%) |
| LAB | lab(91.1 -29.7 26.8) |
| LCH | lch(91.1 40.0 137.9) |
| OKLCH | oklch(0.913 0.105 140.0) |
Copy-ready code
/* CSS */
color: #bdf4b1;
background-color: #bdf4b1;
/* Tailwind (arbitrary) */
class="text-[#bdf4b1] bg-[#bdf4b1]"
/* SCSS */
$brand: #bdf4b1;
/* SwiftUI */
Color(red: 0.741, green: 0.957, blue: 0.694)
/* Android */
Color.parseColor("#bdf4b1")Accessibility — WCAG contrast
Aa
#bdf4b1 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf4b1 on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.7%
Blue69.4%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow27.5%
Key (black)4.3%
Color previews
#bdf4b1 text on a black background
contrast 16.74:1
Card sample
#bdf4b1 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf4b1;
Background color
Panel with #bdf4b1 background
background-color: #bdf4b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf4b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 244, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 244, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf4b1; background: linear-gradient(135deg, #bdf4b1, #B1F4D2);