#bfdf49
a balanced, vivid green · cool · closest name: khaki
RGB
191, 223, 73
HSL
73°, 70%, 58%
CMYK
14, 0, 67, 13
Luminance
0.6433
Every format
| HEX | #bfdf49 |
| RGB | rgb(191, 223, 73) |
| HSL | hsl(73, 70%, 58%) |
| CMYK | cmyk(14%, 0%, 67%, 13%) |
| LAB | lab(84.1 -30.5 66.8) |
| LCH | lch(84.1 73.5 114.5) |
| OKLCH | oklch(0.853 0.175 120.7) |
Copy-ready code
/* CSS */
color: #bfdf49;
background-color: #bfdf49;
/* Tailwind (arbitrary) */
class="text-[#bfdf49] bg-[#bfdf49]"
/* SCSS */
$brand: #bfdf49;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.286)
/* Android */
Color.parseColor("#bfdf49")Accessibility — WCAG contrast
Aa
#bfdf49 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdf49 on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue28.6%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow67.3%
Key (black)12.5%
Color previews
#bfdf49 text on a black background
contrast 13.87:1
Card sample
#bfdf49 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdf49;
Background color
Panel with #bfdf49 background
background-color: #bfdf49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdf49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdf49; background: linear-gradient(135deg, #bfdf49, #5BDF49);