#bdfecb
a pale, electric green · cool · closest name: aquamarine
RGB
189, 254, 203
HSL
133°, 97%, 87%
CMYK
26, 0, 20, 0
Luminance
0.8601
Every format
| HEX | #bdfecb |
| RGB | rgb(189, 254, 203) |
| HSL | hsl(133, 97%, 87%) |
| CMYK | cmyk(26%, 0%, 20%, 0%) |
| LAB | lab(94.3 -30.1 18.0) |
| LCH | lch(94.3 35.0 149.2) |
| OKLCH | oklch(0.940 0.095 150.9) |
Copy-ready code
/* CSS */
color: #bdfecb;
background-color: #bdfecb;
/* Tailwind (arbitrary) */
class="text-[#bdfecb] bg-[#bdfecb]"
/* SCSS */
$brand: #bdfecb;
/* SwiftUI */
Color(red: 0.741, green: 0.996, blue: 0.796)
/* Android */
Color.parseColor("#bdfecb")Accessibility — WCAG contrast
Aa
#bdfecb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfecb on black: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.6%
Blue79.6%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow20.1%
Key (black)0.4%
Color previews
#bdfecb text on a black background
contrast 18.20:1
Card sample
#bdfecb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfecb;
Background color
Panel with #bdfecb background
background-color: #bdfecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 254, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 254, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfecb; background: linear-gradient(135deg, #bdfecb, #BDFEF6);