#bfd441
a balanced, vivid yellow · cool · closest name: khaki
RGB
191, 212, 65
HSL
69°, 63%, 54%
CMYK
10, 0, 69, 17
Luminance
0.5854
Every format
| HEX | #bfd441 |
| RGB | rgb(191, 212, 65) |
| HSL | hsl(69, 63%, 54%) |
| CMYK | cmyk(10%, 0%, 69%, 17%) |
| LAB | lab(81.0 -25.8 66.7) |
| LCH | lch(81.0 71.5 111.1) |
| OKLCH | oklch(0.828 0.168 117.3) |
Copy-ready code
/* CSS */
color: #bfd441;
background-color: #bfd441;
/* Tailwind (arbitrary) */
class="text-[#bfd441] bg-[#bfd441]"
/* SCSS */
$brand: #bfd441;
/* SwiftUI */
Color(red: 0.749, green: 0.831, blue: 0.255)
/* Android */
Color.parseColor("#bfd441")Accessibility — WCAG contrast
Aa
#bfd441 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd441 on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.1%
Blue25.5%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow69.3%
Key (black)16.9%
Color previews
#bfd441 text on a black background
contrast 12.71:1
Card sample
#bfd441 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd441;
Background color
Panel with #bfd441 background
background-color: #bfd441;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd441;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 212, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 212, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd441; background: linear-gradient(135deg, #bfd441, #5DD441);