#bdffda
a pale, electric green · cool · closest name: aquamarine
RGB
189, 255, 218
HSL
146°, 100%, 87%
CMYK
26, 0, 15, 0
Luminance
0.8740
Every format
| HEX | #bdffda |
| RGB | rgb(189, 255, 218) |
| HSL | hsl(146, 100%, 87%) |
| CMYK | cmyk(26%, 0%, 15%, 0%) |
| LAB | lab(94.9 -27.8 11.1) |
| LCH | lch(94.9 29.9 158.2) |
| OKLCH | oklch(0.946 0.083 159.7) |
Copy-ready code
/* CSS */
color: #bdffda;
background-color: #bdffda;
/* Tailwind (arbitrary) */
class="text-[#bdffda] bg-[#bdffda]"
/* SCSS */
$brand: #bdffda;
/* SwiftUI */
Color(red: 0.741, green: 1.000, blue: 0.855)
/* Android */
Color.parseColor("#bdffda")Accessibility — WCAG contrast
Aa
#bdffda on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdffda on black: 18.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green100.0%
Blue85.5%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow14.5%
Key (black)0.0%
Color previews
#bdffda text on a black background
contrast 18.48:1
Card sample
#bdffda text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdffda;
Background color
Panel with #bdffda background
background-color: #bdffda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdffda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 255, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 255, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdffda; background: linear-gradient(135deg, #bdffda, #BDF8FF);