#bdfeae
a light, electric green · cool · closest name: aquamarine
RGB
189, 254, 174
HSL
109°, 98%, 84%
CMYK
26, 0, 32, 0
Luminance
0.8476
Every format
| HEX | #bdfeae |
| RGB | rgb(189, 254, 174) |
| HSL | hsl(109, 98%, 84%) |
| CMYK | cmyk(26%, 0%, 32%, 0%) |
| LAB | lab(93.8 -34.8 31.9) |
| LCH | lch(93.8 47.2 137.5) |
| OKLCH | oklch(0.934 0.124 139.8) |
Copy-ready code
/* CSS */
color: #bdfeae;
background-color: #bdfeae;
/* Tailwind (arbitrary) */
class="text-[#bdfeae] bg-[#bdfeae]"
/* SCSS */
$brand: #bdfeae;
/* SwiftUI */
Color(red: 0.741, green: 0.996, blue: 0.682)
/* Android */
Color.parseColor("#bdfeae")Accessibility — WCAG contrast
Aa
#bdfeae on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfeae on black: 17.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.6%
Blue68.2%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow31.5%
Key (black)0.4%
Color previews
#bdfeae text on a black background
contrast 17.95:1
Card sample
#bdfeae text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfeae;
Background color
Panel with #bdfeae background
background-color: #bdfeae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfeae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 254, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 254, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfeae; background: linear-gradient(135deg, #bdfeae, #AEFED4);