#bfd451
a balanced, vivid yellow · cool · closest name: khaki
RGB
191, 212, 81
HSL
70°, 60%, 58%
CMYK
10, 0, 62, 17
Luminance
0.5876
Every format
| HEX | #bfd451 |
| RGB | rgb(191, 212, 81) |
| HSL | hsl(70, 60%, 58%) |
| CMYK | cmyk(10%, 0%, 62%, 17%) |
| LAB | lab(81.2 -24.8 60.5) |
| LCH | lch(81.2 65.4 112.3) |
| OKLCH | oklch(0.829 0.156 117.7) |
Copy-ready code
/* CSS */
color: #bfd451;
background-color: #bfd451;
/* Tailwind (arbitrary) */
class="text-[#bfd451] bg-[#bfd451]"
/* SCSS */
$brand: #bfd451;
/* SwiftUI */
Color(red: 0.749, green: 0.831, blue: 0.318)
/* Android */
Color.parseColor("#bfd451")Accessibility — WCAG contrast
Aa
#bfd451 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd451 on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.1%
Blue31.8%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow61.8%
Key (black)16.9%
Color previews
#bfd451 text on a black background
contrast 12.75:1
Card sample
#bfd451 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd451;
Background color
Panel with #bfd451 background
background-color: #bfd451;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd451;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 212, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 212, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd451; background: linear-gradient(135deg, #bfd451, #68D451);