#bdffba
a pale, electric green · cool · closest name: aquamarine
RGB
189, 255, 186
HSL
117°, 100%, 87%
CMYK
26, 0, 27, 0
Luminance
0.8588
Every format
| HEX | #bdffba |
| RGB | rgb(189, 255, 186) |
| HSL | hsl(117, 100%, 87%) |
| CMYK | cmyk(26%, 0%, 27%, 0%) |
| LAB | lab(94.3 -33.4 26.5) |
| LCH | lch(94.3 42.6 141.5) |
| OKLCH | oklch(0.939 0.113 143.6) |
Copy-ready code
/* CSS */
color: #bdffba;
background-color: #bdffba;
/* Tailwind (arbitrary) */
class="text-[#bdffba] bg-[#bdffba]"
/* SCSS */
$brand: #bdffba;
/* SwiftUI */
Color(red: 0.741, green: 1.000, blue: 0.729)
/* Android */
Color.parseColor("#bdffba")Accessibility — WCAG contrast
Aa
#bdffba on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdffba on black: 18.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green100.0%
Blue72.9%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow27.1%
Key (black)0.0%
Color previews
#bdffba text on a black background
contrast 18.18:1
Card sample
#bdffba text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdffba;
Background color
Panel with #bdffba background
background-color: #bdffba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdffba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 255, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 255, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdffba; background: linear-gradient(135deg, #bdffba, #BAFFE5);