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