#bdfebc
a pale, electric green · cool · closest name: aquamarine
RGB
189, 254, 188
HSL
119°, 97%, 87%
CMYK
26, 0, 26, 0
Luminance
0.8533
Every format
| HEX | #bdfebc |
| RGB | rgb(189, 254, 188) |
| HSL | hsl(119, 97%, 87%) |
| CMYK | cmyk(26%, 0%, 26%, 0%) |
| LAB | lab(94.0 -32.6 25.2) |
| LCH | lch(94.0 41.2 142.3) |
| OKLCH | oklch(0.937 0.110 144.3) |
Copy-ready code
/* CSS */
color: #bdfebc;
background-color: #bdfebc;
/* Tailwind (arbitrary) */
class="text-[#bdfebc] bg-[#bdfebc]"
/* SCSS */
$brand: #bdfebc;
/* SwiftUI */
Color(red: 0.741, green: 0.996, blue: 0.737)
/* Android */
Color.parseColor("#bdfebc")Accessibility — WCAG contrast
Aa
#bdfebc on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfebc on black: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.6%
Blue73.7%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow26.0%
Key (black)0.4%
Color previews
#bdfebc text on a black background
contrast 18.07:1
Card sample
#bdfebc text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfebc;
Background color
Panel with #bdfebc background
background-color: #bdfebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 254, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 254, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfebc; background: linear-gradient(135deg, #bdfebc, #BCFEE7);