#bdfad8
a pale, electric green · cool · closest name: aquamarine
RGB
189, 250, 216
HSL
147°, 86%, 86%
CMYK
24, 0, 14, 2
Luminance
0.8415
Every format
| HEX | #bdfad8 |
| RGB | rgb(189, 250, 216) |
| HSL | hsl(147, 86%, 86%) |
| CMYK | cmyk(24%, 0%, 14%, 2%) |
| LAB | lab(93.5 -25.8 10.1) |
| LCH | lch(93.5 27.7 158.6) |
| OKLCH | oklch(0.935 0.077 160.1) |
Copy-ready code
/* CSS */
color: #bdfad8;
background-color: #bdfad8;
/* Tailwind (arbitrary) */
class="text-[#bdfad8] bg-[#bdfad8]"
/* SCSS */
$brand: #bdfad8;
/* SwiftUI */
Color(red: 0.741, green: 0.980, blue: 0.847)
/* Android */
Color.parseColor("#bdfad8")Accessibility — WCAG contrast
Aa
#bdfad8 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfad8 on black: 17.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.0%
Blue84.7%
CMYK percentages
Cyan24.4%
Magenta0.0%
Yellow13.6%
Key (black)2.0%
Color previews
#bdfad8 text on a black background
contrast 17.83:1
Card sample
#bdfad8 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfad8;
Background color
Panel with #bdfad8 background
background-color: #bdfad8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfad8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 250, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 250, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfad8; background: linear-gradient(135deg, #bdfad8, #BDF3FA);