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