#bdfecd
a pale, electric green · cool · closest name: aquamarine
RGB
189, 254, 205
HSL
135°, 97%, 87%
CMYK
26, 0, 19, 0
Luminance
0.8611
Every format
| HEX | #bdfecd |
| RGB | rgb(189, 254, 205) |
| HSL | hsl(135, 97%, 87%) |
| CMYK | cmyk(26%, 0%, 19%, 0%) |
| LAB | lab(94.4 -29.7 17.0) |
| LCH | lch(94.4 34.2 150.2) |
| OKLCH | oklch(0.941 0.093 151.9) |
Copy-ready code
/* CSS */
color: #bdfecd;
background-color: #bdfecd;
/* Tailwind (arbitrary) */
class="text-[#bdfecd] bg-[#bdfecd]"
/* SCSS */
$brand: #bdfecd;
/* SwiftUI */
Color(red: 0.741, green: 0.996, blue: 0.804)
/* Android */
Color.parseColor("#bdfecd")Accessibility — WCAG contrast
Aa
#bdfecd on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfecd on black: 18.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.6%
Blue80.4%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow19.3%
Key (black)0.4%
Color previews
#bdfecd text on a black background
contrast 18.22:1
Card sample
#bdfecd text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfecd;
Background color
Panel with #bdfecd background
background-color: #bdfecd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfecd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 254, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 254, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfecd; background: linear-gradient(135deg, #bdfecd, #BDFEF8);