#bfd53f
a balanced, vivid yellow · cool · closest name: khaki
RGB
191, 213, 63
HSL
69°, 64%, 54%
CMYK
10, 0, 70, 17
Luminance
0.5902
Every format
| HEX | #bfd53f |
| RGB | rgb(191, 213, 63) |
| HSL | hsl(69, 64%, 54%) |
| CMYK | cmyk(10%, 0%, 70%, 17%) |
| LAB | lab(81.3 -26.4 67.6) |
| LCH | lch(81.3 72.6 111.3) |
| OKLCH | oklch(0.830 0.170 117.6) |
Copy-ready code
/* CSS */
color: #bfd53f;
background-color: #bfd53f;
/* Tailwind (arbitrary) */
class="text-[#bfd53f] bg-[#bfd53f]"
/* SCSS */
$brand: #bfd53f;
/* SwiftUI */
Color(red: 0.749, green: 0.835, blue: 0.247)
/* Android */
Color.parseColor("#bfd53f")Accessibility — WCAG contrast
Aa
#bfd53f on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd53f on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.5%
Blue24.7%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow70.4%
Key (black)16.5%
Color previews
#bfd53f text on a black background
contrast 12.80:1
Card sample
#bfd53f text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd53f;
Background color
Panel with #bfd53f background
background-color: #bfd53f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd53f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 213, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 213, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd53f; background: linear-gradient(135deg, #bfd53f, #5BD53F);