#bfd43f
a balanced, vivid yellow · cool · closest name: khaki
RGB
191, 212, 63
HSL
69°, 63%, 54%
CMYK
10, 0, 70, 17
Luminance
0.5852
Every format
| HEX | #bfd43f |
| RGB | rgb(191, 212, 63) |
| HSL | hsl(69, 63%, 54%) |
| CMYK | cmyk(10%, 0%, 70%, 17%) |
| LAB | lab(81.0 -25.9 67.4) |
| LCH | lch(81.0 72.2 111.0) |
| OKLCH | oklch(0.828 0.169 117.2) |
Copy-ready code
/* CSS */
color: #bfd43f;
background-color: #bfd43f;
/* Tailwind (arbitrary) */
class="text-[#bfd43f] bg-[#bfd43f]"
/* SCSS */
$brand: #bfd43f;
/* SwiftUI */
Color(red: 0.749, green: 0.831, blue: 0.247)
/* Android */
Color.parseColor("#bfd43f")Accessibility — WCAG contrast
Aa
#bfd43f on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd43f on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.1%
Blue24.7%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow70.3%
Key (black)16.9%
Color previews
#bfd43f text on a black background
contrast 12.70:1
Card sample
#bfd43f text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd43f;
Background color
Panel with #bfd43f background
background-color: #bfd43f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd43f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 212, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 212, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd43f; background: linear-gradient(135deg, #bfd43f, #5BD43F);