#bfdf50
a balanced, vivid green · cool · closest name: khaki
RGB
191, 223, 80
HSL
73°, 69%, 59%
CMYK
14, 0, 64, 13
Luminance
0.6443
Every format
| HEX | #bfdf50 |
| RGB | rgb(191, 223, 80) |
| HSL | hsl(73, 69%, 59%) |
| CMYK | cmyk(14%, 0%, 64%, 13%) |
| LAB | lab(84.2 -30.1 64.2) |
| LCH | lch(84.2 70.8 115.1) |
| OKLCH | oklch(0.853 0.170 120.9) |
Copy-ready code
/* CSS */
color: #bfdf50;
background-color: #bfdf50;
/* Tailwind (arbitrary) */
class="text-[#bfdf50] bg-[#bfdf50]"
/* SCSS */
$brand: #bfdf50;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.314)
/* Android */
Color.parseColor("#bfdf50")Accessibility — WCAG contrast
Aa
#bfdf50 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdf50 on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue31.4%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow64.1%
Key (black)12.5%
Color previews
#bfdf50 text on a black background
contrast 13.89:1
Card sample
#bfdf50 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdf50;
Background color
Panel with #bfdf50 background
background-color: #bfdf50;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdf50;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdf50; background: linear-gradient(135deg, #bfdf50, #60DF50);