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