#bdfdce
a pale, electric green · cool · closest name: aquamarine
RGB
189, 253, 206
HSL
136°, 94%, 87%
CMYK
25, 0, 19, 1
Luminance
0.8553
Every format
| HEX | #bdfdce |
| RGB | rgb(189, 253, 206) |
| HSL | hsl(136, 94%, 87%) |
| CMYK | cmyk(25%, 0%, 19%, 1%) |
| LAB | lab(94.1 -29.1 16.1) |
| LCH | lch(94.1 33.3 151.0) |
| OKLCH | oklch(0.939 0.090 152.6) |
Copy-ready code
/* CSS */
color: #bdfdce;
background-color: #bdfdce;
/* Tailwind (arbitrary) */
class="text-[#bdfdce] bg-[#bdfdce]"
/* SCSS */
$brand: #bdfdce;
/* SwiftUI */
Color(red: 0.741, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#bdfdce")Accessibility — WCAG contrast
Aa
#bdfdce on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfdce on black: 18.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.2%
Blue80.8%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#bdfdce text on a black background
contrast 18.11:1
Card sample
#bdfdce text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfdce;
Background color
Panel with #bdfdce background
background-color: #bdfdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfdce; background: linear-gradient(135deg, #bdfdce, #BDFDF9);