#bfd050
a balanced, vivid yellow · cool · closest name: khaki
RGB
191, 208, 80
HSL
68°, 58%, 57%
CMYK
8, 0, 62, 18
Luminance
0.5677
Every format
| HEX | #bfd050 |
| RGB | rgb(191, 208, 80) |
| HSL | hsl(68, 58%, 57%) |
| CMYK | cmyk(8%, 0%, 62%, 18%) |
| LAB | lab(80.0 -22.9 59.7) |
| LCH | lch(80.0 64.0 111.0) |
| OKLCH | oklch(0.820 0.152 116.3) |
Copy-ready code
/* CSS */
color: #bfd050;
background-color: #bfd050;
/* Tailwind (arbitrary) */
class="text-[#bfd050] bg-[#bfd050]"
/* SCSS */
$brand: #bfd050;
/* SwiftUI */
Color(red: 0.749, green: 0.816, blue: 0.314)
/* Android */
Color.parseColor("#bfd050")Accessibility — WCAG contrast
Aa
#bfd050 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd050 on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.6%
Blue31.4%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow61.5%
Key (black)18.4%
Color previews
#bfd050 text on a black background
contrast 12.35:1
Card sample
#bfd050 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd050;
Background color
Panel with #bfd050 background
background-color: #bfd050;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd050;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 208, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 208, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd050; background: linear-gradient(135deg, #bfd050, #6AD050);