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