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