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