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