#bfd44f
a balanced, vivid yellow · cool · closest name: khaki
RGB
191, 212, 79
HSL
70°, 61%, 57%
CMYK
10, 0, 63, 17
Luminance
0.5873
Every format
| HEX | #bfd44f |
| RGB | rgb(191, 212, 79) |
| HSL | hsl(70, 61%, 57%) |
| CMYK | cmyk(10%, 0%, 63%, 17%) |
| LAB | lab(81.1 -24.9 61.3) |
| LCH | lch(81.1 66.2 112.1) |
| OKLCH | oklch(0.829 0.158 117.6) |
Copy-ready code
/* CSS */
color: #bfd44f;
background-color: #bfd44f;
/* Tailwind (arbitrary) */
class="text-[#bfd44f] bg-[#bfd44f]"
/* SCSS */
$brand: #bfd44f;
/* SwiftUI */
Color(red: 0.749, green: 0.831, blue: 0.310)
/* Android */
Color.parseColor("#bfd44f")Accessibility — WCAG contrast
Aa
#bfd44f on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd44f on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.1%
Blue31.0%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow62.7%
Key (black)16.9%
Color previews
#bfd44f text on a black background
contrast 12.75:1
Card sample
#bfd44f text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd44f;
Background color
Panel with #bfd44f background
background-color: #bfd44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 212, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 212, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd44f; background: linear-gradient(135deg, #bfd44f, #66D44F);