#bfd341
a balanced, vivid yellow · cool · closest name: khaki
RGB
191, 211, 65
HSL
68°, 62%, 54%
CMYK
10, 0, 69, 17
Luminance
0.5805
Every format
| HEX | #bfd341 |
| RGB | rgb(191, 211, 65) |
| HSL | hsl(68, 62%, 54%) |
| CMYK | cmyk(10%, 0%, 69%, 17%) |
| LAB | lab(80.8 -25.3 66.4) |
| LCH | lch(80.8 71.0 110.8) |
| OKLCH | oklch(0.826 0.167 117.0) |
Copy-ready code
/* CSS */
color: #bfd341;
background-color: #bfd341;
/* Tailwind (arbitrary) */
class="text-[#bfd341] bg-[#bfd341]"
/* SCSS */
$brand: #bfd341;
/* SwiftUI */
Color(red: 0.749, green: 0.827, blue: 0.255)
/* Android */
Color.parseColor("#bfd341")Accessibility — WCAG contrast
Aa
#bfd341 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd341 on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.7%
Blue25.5%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow69.2%
Key (black)17.3%
Color previews
#bfd341 text on a black background
contrast 12.61:1
Card sample
#bfd341 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd341;
Background color
Panel with #bfd341 background
background-color: #bfd341;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd341;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 211, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 211, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd341; background: linear-gradient(135deg, #bfd341, #5ED341);