#bfd643
a balanced, vivid yellow · cool · closest name: khaki
RGB
191, 214, 67
HSL
69°, 64%, 55%
CMYK
11, 0, 69, 16
Luminance
0.5957
Every format
| HEX | #bfd643 |
| RGB | rgb(191, 214, 67) |
| HSL | hsl(69, 64%, 55%) |
| CMYK | cmyk(11%, 0%, 69%, 16%) |
| LAB | lab(81.6 -26.6 66.5) |
| LCH | lch(81.6 71.6 111.8) |
| OKLCH | oklch(0.832 0.169 117.9) |
Copy-ready code
/* CSS */
color: #bfd643;
background-color: #bfd643;
/* Tailwind (arbitrary) */
class="text-[#bfd643] bg-[#bfd643]"
/* SCSS */
$brand: #bfd643;
/* SwiftUI */
Color(red: 0.749, green: 0.839, blue: 0.263)
/* Android */
Color.parseColor("#bfd643")Accessibility — WCAG contrast
Aa
#bfd643 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd643 on black: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.9%
Blue26.3%
CMYK percentages
Cyan10.7%
Magenta0.0%
Yellow68.7%
Key (black)16.1%
Color previews
#bfd643 text on a black background
contrast 12.91:1
Card sample
#bfd643 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd643;
Background color
Panel with #bfd643 background
background-color: #bfd643;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd643;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 214, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 214, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd643; background: linear-gradient(135deg, #bfd643, #5DD643);