#bdfdb0
a light, electric green · cool · closest name: aquamarine
RGB
189, 253, 176
HSL
110°, 95%, 84%
CMYK
25, 0, 30, 1
Luminance
0.8420
Every format
| HEX | #bdfdb0 |
| RGB | rgb(189, 253, 176) |
| HSL | hsl(110, 95%, 84%) |
| CMYK | cmyk(25%, 0%, 30%, 1%) |
| LAB | lab(93.5 -34.0 30.6) |
| LCH | lch(93.5 45.8 138.0) |
| OKLCH | oklch(0.932 0.120 140.3) |
Copy-ready code
/* CSS */
color: #bdfdb0;
background-color: #bdfdb0;
/* Tailwind (arbitrary) */
class="text-[#bdfdb0] bg-[#bdfdb0]"
/* SCSS */
$brand: #bdfdb0;
/* SwiftUI */
Color(red: 0.741, green: 0.992, blue: 0.690)
/* Android */
Color.parseColor("#bdfdb0")Accessibility — WCAG contrast
Aa
#bdfdb0 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfdb0 on black: 17.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.2%
Blue69.0%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow30.4%
Key (black)0.8%
Color previews
#bdfdb0 text on a black background
contrast 17.84:1
Card sample
#bdfdb0 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfdb0;
Background color
Panel with #bdfdb0 background
background-color: #bdfdb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfdb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 253, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 253, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfdb0; background: linear-gradient(135deg, #bdfdb0, #B0FDD6);