#bdffce
a pale, electric green · cool · closest name: aquamarine
RGB
189, 255, 206
HSL
136°, 100%, 87%
CMYK
26, 0, 19, 0
Luminance
0.8680
Every format
| HEX | #bdffce |
| RGB | rgb(189, 255, 206) |
| HSL | hsl(136, 100%, 87%) |
| CMYK | cmyk(26%, 0%, 19%, 0%) |
| LAB | lab(94.7 -30.0 16.9) |
| LCH | lch(94.7 34.4 150.6) |
| OKLCH | oklch(0.943 0.093 152.3) |
Copy-ready code
/* CSS */
color: #bdffce;
background-color: #bdffce;
/* Tailwind (arbitrary) */
class="text-[#bdffce] bg-[#bdffce]"
/* SCSS */
$brand: #bdffce;
/* SwiftUI */
Color(red: 0.741, green: 1.000, blue: 0.808)
/* Android */
Color.parseColor("#bdffce")Accessibility — WCAG contrast
Aa
#bdffce on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdffce on black: 18.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green100.0%
Blue80.8%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow19.2%
Key (black)0.0%
Color previews
#bdffce text on a black background
contrast 18.36:1
Card sample
#bdffce text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdffce;
Background color
Panel with #bdffce background
background-color: #bdffce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdffce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 255, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 255, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdffce; background: linear-gradient(135deg, #bdffce, #BDFFFA);