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