#bfd14f
a balanced, vivid yellow · cool · closest name: khaki
RGB
191, 209, 79
HSL
68°, 59%, 57%
CMYK
9, 0, 62, 18
Luminance
0.5724
Every format
| HEX | #bfd14f |
| RGB | rgb(191, 209, 79) |
| HSL | hsl(68, 59%, 57%) |
| CMYK | cmyk(9%, 0%, 62%, 18%) |
| LAB | lab(80.3 -23.4 60.4) |
| LCH | lch(80.3 64.8 111.2) |
| OKLCH | oklch(0.822 0.154 116.6) |
Copy-ready code
/* CSS */
color: #bfd14f;
background-color: #bfd14f;
/* Tailwind (arbitrary) */
class="text-[#bfd14f] bg-[#bfd14f]"
/* SCSS */
$brand: #bfd14f;
/* SwiftUI */
Color(red: 0.749, green: 0.820, blue: 0.310)
/* Android */
Color.parseColor("#bfd14f")Accessibility — WCAG contrast
Aa
#bfd14f on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd14f on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.0%
Blue31.0%
CMYK percentages
Cyan8.6%
Magenta0.0%
Yellow62.2%
Key (black)18.0%
Color previews
#bfd14f text on a black background
contrast 12.45:1
Card sample
#bfd14f text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd14f;
Background color
Panel with #bfd14f background
background-color: #bfd14f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd14f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 209, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 209, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd14f; background: linear-gradient(135deg, #bfd14f, #68D14F);