#bdfedd
a pale, electric green · cool · closest name: aquamarine
RGB
189, 254, 221
HSL
150°, 97%, 87%
CMYK
26, 0, 13, 0
Luminance
0.8692
Every format
| HEX | #bdfedd |
| RGB | rgb(189, 254, 221) |
| HSL | hsl(150, 97%, 87%) |
| CMYK | cmyk(26%, 0%, 13%, 0%) |
| LAB | lab(94.7 -26.8 9.3) |
| LCH | lch(94.7 28.3 160.9) |
| OKLCH | oklch(0.945 0.079 162.3) |
Copy-ready code
/* CSS */
color: #bdfedd;
background-color: #bdfedd;
/* Tailwind (arbitrary) */
class="text-[#bdfedd] bg-[#bdfedd]"
/* SCSS */
$brand: #bdfedd;
/* SwiftUI */
Color(red: 0.741, green: 0.996, blue: 0.867)
/* Android */
Color.parseColor("#bdfedd")Accessibility — WCAG contrast
Aa
#bdfedd on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfedd on black: 18.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.6%
Blue86.7%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow13.0%
Key (black)0.4%
Color previews
#bdfedd text on a black background
contrast 18.38:1
Card sample
#bdfedd text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfedd;
Background color
Panel with #bdfedd background
background-color: #bdfedd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfedd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 254, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 254, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfedd; background: linear-gradient(135deg, #bdfedd, #BDF4FE);