#bdfabe
a pale, electric green · cool · closest name: aquamarine
RGB
189, 250, 190
HSL
121°, 86%, 86%
CMYK
24, 0, 24, 2
Luminance
0.8291
Every format
| HEX | #bdfabe |
| RGB | rgb(189, 250, 190) |
| HSL | hsl(121, 86%, 86%) |
| CMYK | cmyk(24%, 0%, 24%, 2%) |
| LAB | lab(93.0 -30.4 22.7) |
| LCH | lch(93.0 38.0 143.2) |
| OKLCH | oklch(0.929 0.101 145.1) |
Copy-ready code
/* CSS */
color: #bdfabe;
background-color: #bdfabe;
/* Tailwind (arbitrary) */
class="text-[#bdfabe] bg-[#bdfabe]"
/* SCSS */
$brand: #bdfabe;
/* SwiftUI */
Color(red: 0.741, green: 0.980, blue: 0.745)
/* Android */
Color.parseColor("#bdfabe")Accessibility — WCAG contrast
Aa
#bdfabe on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfabe on black: 17.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.0%
Blue74.5%
CMYK percentages
Cyan24.4%
Magenta0.0%
Yellow24.0%
Key (black)2.0%
Color previews
#bdfabe text on a black background
contrast 17.58:1
Card sample
#bdfabe text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfabe;
Background color
Panel with #bdfabe background
background-color: #bdfabe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfabe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 250, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 250, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfabe; background: linear-gradient(135deg, #bdfabe, #BDFAE7);