#bdfdae
a light, electric green · cool · closest name: aquamarine
RGB
189, 253, 174
HSL
109°, 95%, 84%
CMYK
25, 0, 31, 1
Luminance
0.8413
Every format
| HEX | #bdfdae |
| RGB | rgb(189, 253, 174) |
| HSL | hsl(109, 95%, 84%) |
| CMYK | cmyk(25%, 0%, 31%, 1%) |
| LAB | lab(93.5 -34.3 31.6) |
| LCH | lch(93.5 46.6 137.4) |
| OKLCH | oklch(0.932 0.123 139.7) |
Copy-ready code
/* CSS */
color: #bdfdae;
background-color: #bdfdae;
/* Tailwind (arbitrary) */
class="text-[#bdfdae] bg-[#bdfdae]"
/* SCSS */
$brand: #bdfdae;
/* SwiftUI */
Color(red: 0.741, green: 0.992, blue: 0.682)
/* Android */
Color.parseColor("#bdfdae")Accessibility — WCAG contrast
Aa
#bdfdae on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfdae on black: 17.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.2%
Blue68.2%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow31.2%
Key (black)0.8%
Color previews
#bdfdae text on a black background
contrast 17.83:1
Card sample
#bdfdae text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfdae;
Background color
Panel with #bdfdae background
background-color: #bdfdae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfdae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 253, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 253, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfdae; background: linear-gradient(135deg, #bdfdae, #AEFDD4);