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