#bdfbae
a light, electric green · cool · closest name: aquamarine
RGB
189, 251, 174
HSL
108°, 91%, 83%
CMYK
25, 0, 31, 2
Luminance
0.8287
Every format
| HEX | #bdfbae |
| RGB | rgb(189, 251, 174) |
| HSL | hsl(108, 91%, 83%) |
| CMYK | cmyk(25%, 0%, 31%, 2%) |
| LAB | lab(93.0 -33.4 30.8) |
| LCH | lch(93.0 45.5 137.3) |
| OKLCH | oklch(0.927 0.119 139.6) |
Copy-ready code
/* CSS */
color: #bdfbae;
background-color: #bdfbae;
/* Tailwind (arbitrary) */
class="text-[#bdfbae] bg-[#bdfbae]"
/* SCSS */
$brand: #bdfbae;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.682)
/* Android */
Color.parseColor("#bdfbae")Accessibility — WCAG contrast
Aa
#bdfbae on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfbae on black: 17.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue68.2%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow30.7%
Key (black)1.6%
Color previews
#bdfbae text on a black background
contrast 17.57:1
Card sample
#bdfbae text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfbae;
Background color
Panel with #bdfbae background
background-color: #bdfbae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfbae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfbae; background: linear-gradient(135deg, #bdfbae, #AEFBD2);