#bfdb2f
a balanced, vivid yellow · cool · closest name: yellow
RGB
191, 219, 47
HSL
70°, 71%, 52%
CMYK
13, 0, 79, 14
Luminance
0.6194
Every format
| HEX | #bfdb2f |
| RGB | rgb(191, 219, 47) |
| HSL | hsl(70, 71%, 52%) |
| CMYK | cmyk(13%, 0%, 79%, 14%) |
| LAB | lab(82.9 -29.9 74.2) |
| LCH | lch(82.9 80.0 112.0) |
| OKLCH | oklch(0.842 0.185 119.0) |
Copy-ready code
/* CSS */
color: #bfdb2f;
background-color: #bfdb2f;
/* Tailwind (arbitrary) */
class="text-[#bfdb2f] bg-[#bfdb2f]"
/* SCSS */
$brand: #bfdb2f;
/* SwiftUI */
Color(red: 0.749, green: 0.859, blue: 0.184)
/* Android */
Color.parseColor("#bfdb2f")Accessibility — WCAG contrast
Aa
#bfdb2f on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdb2f on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.9%
Blue18.4%
CMYK percentages
Cyan12.8%
Magenta0.0%
Yellow78.5%
Key (black)14.1%
Color previews
#bfdb2f text on a black background
contrast 13.39:1
Card sample
#bfdb2f text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdb2f;
Background color
Panel with #bfdb2f background
background-color: #bfdb2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdb2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 219, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 219, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdb2f; background: linear-gradient(135deg, #bfdb2f, #4CDB2F);