#bdffa3
a light, electric green · cool · closest name: khaki
RGB
189, 255, 163
HSL
103°, 100%, 82%
CMYK
26, 0, 36, 0
Luminance
0.8498
Every format
| HEX | #bdffa3 |
| RGB | rgb(189, 255, 163) |
| HSL | hsl(103, 100%, 82%) |
| CMYK | cmyk(26%, 0%, 36%, 0%) |
| LAB | lab(93.9 -36.8 37.5) |
| LCH | lch(93.9 52.6 134.5) |
| OKLCH | oklch(0.934 0.137 137.2) |
Copy-ready code
/* CSS */
color: #bdffa3;
background-color: #bdffa3;
/* Tailwind (arbitrary) */
class="text-[#bdffa3] bg-[#bdffa3]"
/* SCSS */
$brand: #bdffa3;
/* SwiftUI */
Color(red: 0.741, green: 1.000, blue: 0.639)
/* Android */
Color.parseColor("#bdffa3")Accessibility — WCAG contrast
Aa
#bdffa3 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdffa3 on black: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green100.0%
Blue63.9%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow36.1%
Key (black)0.0%
Color previews
#bdffa3 text on a black background
contrast 18.00:1
Card sample
#bdffa3 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdffa3;
Background color
Panel with #bdffa3 background
background-color: #bdffa3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdffa3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 255, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 255, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdffa3; background: linear-gradient(135deg, #bdffa3, #A3FFC6);