#bfdf29
a balanced, vivid green · cool · closest name: yellow
RGB
191, 223, 41
HSL
71°, 74%, 52%
CMYK
14, 0, 82, 13
Luminance
0.6401
Every format
| HEX | #bfdf29 |
| RGB | rgb(191, 223, 41) |
| HSL | hsl(71, 74%, 52%) |
| CMYK | cmyk(14%, 0%, 82%, 13%) |
| LAB | lab(84.0 -32.0 76.7) |
| LCH | lch(84.0 83.1 112.6) |
| OKLCH | oklch(0.851 0.192 119.9) |
Copy-ready code
/* CSS */
color: #bfdf29;
background-color: #bfdf29;
/* Tailwind (arbitrary) */
class="text-[#bfdf29] bg-[#bfdf29]"
/* SCSS */
$brand: #bfdf29;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.161)
/* Android */
Color.parseColor("#bfdf29")Accessibility — WCAG contrast
Aa
#bfdf29 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdf29 on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue16.1%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow81.6%
Key (black)12.5%
Color previews
#bfdf29 text on a black background
contrast 13.80:1
Card sample
#bfdf29 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdf29;
Background color
Panel with #bfdf29 background
background-color: #bfdf29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdf29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdf29; background: linear-gradient(135deg, #bfdf29, #46DF29);