#bdfedc
a pale, electric green · cool · closest name: aquamarine
RGB
189, 254, 220
HSL
149°, 97%, 87%
CMYK
26, 0, 13, 0
Luminance
0.8687
Every format
| HEX | #bdfedc |
| RGB | rgb(189, 254, 220) |
| HSL | hsl(149, 97%, 87%) |
| CMYK | cmyk(26%, 0%, 13%, 0%) |
| LAB | lab(94.7 -27.0 9.8) |
| LCH | lch(94.7 28.7 160.1) |
| OKLCH | oklch(0.944 0.080 161.6) |
Copy-ready code
/* CSS */
color: #bdfedc;
background-color: #bdfedc;
/* Tailwind (arbitrary) */
class="text-[#bdfedc] bg-[#bdfedc]"
/* SCSS */
$brand: #bdfedc;
/* SwiftUI */
Color(red: 0.741, green: 0.996, blue: 0.863)
/* Android */
Color.parseColor("#bdfedc")Accessibility — WCAG contrast
Aa
#bdfedc on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfedc on black: 18.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.6%
Blue86.3%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow13.4%
Key (black)0.4%
Color previews
#bdfedc text on a black background
contrast 18.37:1
Card sample
#bdfedc text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfedc;
Background color
Panel with #bdfedc background
background-color: #bdfedc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfedc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 254, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 254, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfedc; background: linear-gradient(135deg, #bdfedc, #BDF5FE);