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