#bfdf74
a light, vivid green · cool · closest name: khaki
RGB
191, 223, 116
HSL
78°, 63%, 67%
CMYK
14, 0, 48, 13
Luminance
0.6511
Every format
| HEX | #bfdf74 |
| RGB | rgb(191, 223, 116) |
| HSL | hsl(78, 63%, 67%) |
| CMYK | cmyk(14%, 0%, 48%, 13%) |
| LAB | lab(84.5 -27.0 48.6) |
| LCH | lch(84.5 55.6 119.0) |
| OKLCH | oklch(0.857 0.139 123.0) |
Copy-ready code
/* CSS */
color: #bfdf74;
background-color: #bfdf74;
/* Tailwind (arbitrary) */
class="text-[#bfdf74] bg-[#bfdf74]"
/* SCSS */
$brand: #bfdf74;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.455)
/* Android */
Color.parseColor("#bfdf74")Accessibility — WCAG contrast
Aa
#bfdf74 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdf74 on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue45.5%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow48.0%
Key (black)12.5%
Color previews
#bfdf74 text on a black background
contrast 14.02:1
Card sample
#bfdf74 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdf74;
Background color
Panel with #bfdf74 background
background-color: #bfdf74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdf74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdf74; background: linear-gradient(135deg, #bfdf74, #78DF74);