#bfd047
a balanced, vivid yellow · cool · closest name: khaki
RGB
191, 208, 71
HSL
67°, 59%, 55%
CMYK
8, 0, 66, 18
Luminance
0.5664
Every format
| HEX | #bfd047 |
| RGB | rgb(191, 208, 71) |
| HSL | hsl(67, 59%, 55%) |
| CMYK | cmyk(8%, 0%, 66%, 18%) |
| LAB | lab(80.0 -23.5 63.3) |
| LCH | lch(80.0 67.5 110.3) |
| OKLCH | oklch(0.819 0.159 116.1) |
Copy-ready code
/* CSS */
color: #bfd047;
background-color: #bfd047;
/* Tailwind (arbitrary) */
class="text-[#bfd047] bg-[#bfd047]"
/* SCSS */
$brand: #bfd047;
/* SwiftUI */
Color(red: 0.749, green: 0.816, blue: 0.278)
/* Android */
Color.parseColor("#bfd047")Accessibility — WCAG contrast
Aa
#bfd047 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd047 on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.6%
Blue27.8%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow65.9%
Key (black)18.4%
Color previews
#bfd047 text on a black background
contrast 12.33:1
Card sample
#bfd047 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd047;
Background color
Panel with #bfd047 background
background-color: #bfd047;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd047;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 208, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 208, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd047; background: linear-gradient(135deg, #bfd047, #64D047);