#bdf873
a light, electric green · cool · closest name: khaki
RGB
189, 248, 115
HSL
87°, 91%, 71%
CMYK
24, 0, 54, 3
Luminance
0.7919
Every format
| HEX | #bdf873 |
| RGB | rgb(189, 248, 115) |
| HSL | hsl(87, 91%, 71%) |
| CMYK | cmyk(24%, 0%, 54%, 3%) |
| LAB | lab(91.3 -39.4 57.1) |
| LCH | lch(91.3 69.4 124.5) |
| OKLCH | oklch(0.912 0.174 129.2) |
Copy-ready code
/* CSS */
color: #bdf873;
background-color: #bdf873;
/* Tailwind (arbitrary) */
class="text-[#bdf873] bg-[#bdf873]"
/* SCSS */
$brand: #bdf873;
/* SwiftUI */
Color(red: 0.741, green: 0.973, blue: 0.451)
/* Android */
Color.parseColor("#bdf873")Accessibility — WCAG contrast
Aa
#bdf873 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf873 on black: 16.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.3%
Blue45.1%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow53.6%
Key (black)2.7%
Color previews
#bdf873 text on a black background
contrast 16.84:1
Card sample
#bdf873 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf873;
Background color
Panel with #bdf873 background
background-color: #bdf873;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf873;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 248, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 248, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf873; background: linear-gradient(135deg, #bdf873, #73F882);