#bfc053
a balanced, vivid yellow · cool · closest name: khaki
RGB
191, 192, 83
HSL
61°, 46%, 54%
CMYK
1, 0, 57, 25
Luminance
0.4940
Every format
| HEX | #bfc053 |
| RGB | rgb(191, 192, 83) |
| HSL | hsl(61, 46%, 54%) |
| CMYK | cmyk(1%, 0%, 57%, 25%) |
| LAB | lab(75.7 -14.7 53.6) |
| LCH | lch(75.7 55.6 105.4) |
| OKLCH | oklch(0.785 0.132 109.6) |
Copy-ready code
/* CSS */
color: #bfc053;
background-color: #bfc053;
/* Tailwind (arbitrary) */
class="text-[#bfc053] bg-[#bfc053]"
/* SCSS */
$brand: #bfc053;
/* SwiftUI */
Color(red: 0.749, green: 0.753, blue: 0.325)
/* Android */
Color.parseColor("#bfc053")Accessibility — WCAG contrast
Aa
#bfc053 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc053 on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green75.3%
Blue32.5%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow56.8%
Key (black)24.7%
Color previews
#bfc053 text on a black background
contrast 10.88:1
Card sample
#bfc053 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc053;
Background color
Panel with #bfc053 background
background-color: #bfc053;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc053;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 192, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 192, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc053; background: linear-gradient(135deg, #bfc053, #76C053);