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