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