#bfd91c
a balanced, electric yellow · cool · closest name: yellow
RGB
191, 217, 28
HSL
68°, 77%, 48%
CMYK
12, 0, 87, 15
Luminance
0.6079
Every format
| HEX | #bfd91c |
| RGB | rgb(191, 217, 28) |
| HSL | hsl(68, 77%, 48%) |
| CMYK | cmyk(12%, 0%, 87%, 15%) |
| LAB | lab(82.3 -29.5 78.0) |
| LCH | lch(82.3 83.5 110.7) |
| OKLCH | oklch(0.837 0.190 118.2) |
Copy-ready code
/* CSS */
color: #bfd91c;
background-color: #bfd91c;
/* Tailwind (arbitrary) */
class="text-[#bfd91c] bg-[#bfd91c]"
/* SCSS */
$brand: #bfd91c;
/* SwiftUI */
Color(red: 0.749, green: 0.851, blue: 0.110)
/* Android */
Color.parseColor("#bfd91c")Accessibility — WCAG contrast
Aa
#bfd91c on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd91c on black: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.1%
Blue11.0%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow87.1%
Key (black)14.9%
Color previews
#bfd91c text on a black background
contrast 13.16:1
Card sample
#bfd91c text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd91c;
Background color
Panel with #bfd91c background
background-color: #bfd91c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd91c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 217, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 217, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd91c; background: linear-gradient(135deg, #bfd91c, #41D91C);