#bdfeb1
a light, electric green · cool · closest name: aquamarine
RGB
189, 254, 177
HSL
111°, 98%, 85%
CMYK
26, 0, 30, 0
Luminance
0.8488
Every format
| HEX | #bdfeb1 |
| RGB | rgb(189, 254, 177) |
| HSL | hsl(111, 98%, 85%) |
| CMYK | cmyk(26%, 0%, 30%, 0%) |
| LAB | lab(93.8 -34.3 30.5) |
| LCH | lch(93.8 45.9 138.4) |
| OKLCH | oklch(0.935 0.121 140.6) |
Copy-ready code
/* CSS */
color: #bdfeb1;
background-color: #bdfeb1;
/* Tailwind (arbitrary) */
class="text-[#bdfeb1] bg-[#bdfeb1]"
/* SCSS */
$brand: #bdfeb1;
/* SwiftUI */
Color(red: 0.741, green: 0.996, blue: 0.694)
/* Android */
Color.parseColor("#bdfeb1")Accessibility — WCAG contrast
Aa
#bdfeb1 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfeb1 on black: 17.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.6%
Blue69.4%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow30.3%
Key (black)0.4%
Color previews
#bdfeb1 text on a black background
contrast 17.98:1
Card sample
#bdfeb1 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfeb1;
Background color
Panel with #bdfeb1 background
background-color: #bdfeb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfeb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 254, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 254, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfeb1; background: linear-gradient(135deg, #bdfeb1, #B1FED8);