#bdfdda
a pale, electric green · cool · closest name: aquamarine
RGB
189, 253, 218
HSL
147°, 94%, 87%
CMYK
25, 0, 14, 1
Luminance
0.8613
Every format
| HEX | #bdfdda |
| RGB | rgb(189, 253, 218) |
| HSL | hsl(147, 94%, 87%) |
| CMYK | cmyk(25%, 0%, 14%, 1%) |
| LAB | lab(94.4 -26.9 10.3) |
| LCH | lch(94.4 28.8 159.0) |
| OKLCH | oklch(0.942 0.080 160.5) |
Copy-ready code
/* CSS */
color: #bdfdda;
background-color: #bdfdda;
/* Tailwind (arbitrary) */
class="text-[#bdfdda] bg-[#bdfdda]"
/* SCSS */
$brand: #bdfdda;
/* SwiftUI */
Color(red: 0.741, green: 0.992, blue: 0.855)
/* Android */
Color.parseColor("#bdfdda")Accessibility — WCAG contrast
Aa
#bdfdda on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfdda on black: 18.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.2%
Blue85.5%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow13.8%
Key (black)0.8%
Color previews
#bdfdda text on a black background
contrast 18.23:1
Card sample
#bdfdda text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfdda;
Background color
Panel with #bdfdda background
background-color: #bdfdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 253, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 253, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfdda; background: linear-gradient(135deg, #bdfdda, #BDF5FD);