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