#bdf293
a light, electric green · cool · closest name: khaki
RGB
189, 242, 147
HSL
94°, 79%, 76%
CMYK
22, 0, 39, 5
Luminance
0.7643
Every format
| HEX | #bdf293 |
| RGB | rgb(189, 242, 147) |
| HSL | hsl(94, 79%, 76%) |
| CMYK | cmyk(22%, 0%, 39%, 5%) |
| LAB | lab(90.1 -33.0 40.5) |
| LCH | lch(90.1 52.2 129.2) |
| OKLCH | oklch(0.903 0.135 132.3) |
Copy-ready code
/* CSS */
color: #bdf293;
background-color: #bdf293;
/* Tailwind (arbitrary) */
class="text-[#bdf293] bg-[#bdf293]"
/* SCSS */
$brand: #bdf293;
/* SwiftUI */
Color(red: 0.741, green: 0.949, blue: 0.576)
/* Android */
Color.parseColor("#bdf293")Accessibility — WCAG contrast
Aa
#bdf293 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf293 on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.9%
Blue57.6%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow39.3%
Key (black)5.1%
Color previews
#bdf293 text on a black background
contrast 16.29:1
Card sample
#bdf293 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf293;
Background color
Panel with #bdf293 background
background-color: #bdf293;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf293;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 242, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 242, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf293; background: linear-gradient(135deg, #bdf293, #93F2A8);