#bdfeb7
a pale, electric green · cool · closest name: aquamarine
RGB
189, 254, 183
HSL
115°, 97%, 86%
CMYK
26, 0, 28, 0
Luminance
0.8512
Every format
| HEX | #bdfeb7 |
| RGB | rgb(189, 254, 183) |
| HSL | hsl(115, 97%, 86%) |
| CMYK | cmyk(26%, 0%, 28%, 0%) |
| LAB | lab(93.9 -33.4 27.6) |
| LCH | lch(93.9 43.3 140.4) |
| OKLCH | oklch(0.936 0.115 142.5) |
Copy-ready code
/* CSS */
color: #bdfeb7;
background-color: #bdfeb7;
/* Tailwind (arbitrary) */
class="text-[#bdfeb7] bg-[#bdfeb7]"
/* SCSS */
$brand: #bdfeb7;
/* SwiftUI */
Color(red: 0.741, green: 0.996, blue: 0.718)
/* Android */
Color.parseColor("#bdfeb7")Accessibility — WCAG contrast
Aa
#bdfeb7 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfeb7 on black: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.6%
Blue71.8%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow28.0%
Key (black)0.4%
Color previews
#bdfeb7 text on a black background
contrast 18.02:1
Card sample
#bdfeb7 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfeb7;
Background color
Panel with #bdfeb7 background
background-color: #bdfeb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfeb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 254, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 254, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfeb7; background: linear-gradient(135deg, #bdfeb7, #B7FEE0);