#bdfcce
a pale, electric green · cool · closest name: aquamarine
RGB
189, 252, 206
HSL
136°, 91%, 87%
CMYK
25, 0, 18, 1
Luminance
0.8490
Every format
| HEX | #bdfcce |
| RGB | rgb(189, 252, 206) |
| HSL | hsl(136, 91%, 87%) |
| CMYK | cmyk(25%, 0%, 18%, 1%) |
| LAB | lab(93.8 -28.6 15.8) |
| LCH | lch(93.8 32.6 151.1) |
| OKLCH | oklch(0.937 0.089 152.8) |
Copy-ready code
/* CSS */
color: #bdfcce;
background-color: #bdfcce;
/* Tailwind (arbitrary) */
class="text-[#bdfcce] bg-[#bdfcce]"
/* SCSS */
$brand: #bdfcce;
/* SwiftUI */
Color(red: 0.741, green: 0.988, blue: 0.808)
/* Android */
Color.parseColor("#bdfcce")Accessibility — WCAG contrast
Aa
#bdfcce on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfcce on black: 17.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.8%
Blue80.8%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow18.3%
Key (black)1.2%
Color previews
#bdfcce text on a black background
contrast 17.98:1
Card sample
#bdfcce text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfcce;
Background color
Panel with #bdfcce background
background-color: #bdfcce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfcce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 252, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 252, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfcce; background: linear-gradient(135deg, #bdfcce, #BDFCF8);