#bfe014
a balanced, electric yellow · cool · closest name: yellow
RGB
191, 224, 20
HSL
70°, 84%, 48%
CMYK
15, 0, 91, 12
Luminance
0.6444
Every format
| HEX | #bfe014 |
| RGB | rgb(191, 224, 20) |
| HSL | hsl(70, 84%, 48%) |
| CMYK | cmyk(15%, 0%, 91%, 12%) |
| LAB | lab(84.2 -33.0 80.9) |
| LCH | lch(84.2 87.3 112.2) |
| OKLCH | oklch(0.853 0.199 120.0) |
Copy-ready code
/* CSS */
color: #bfe014;
background-color: #bfe014;
/* Tailwind (arbitrary) */
class="text-[#bfe014] bg-[#bfe014]"
/* SCSS */
$brand: #bfe014;
/* SwiftUI */
Color(red: 0.749, green: 0.878, blue: 0.078)
/* Android */
Color.parseColor("#bfe014")Accessibility — WCAG contrast
Aa
#bfe014 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe014 on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.8%
Blue7.8%
CMYK percentages
Cyan14.7%
Magenta0.0%
Yellow91.1%
Key (black)12.2%
Color previews
#bfe014 text on a black background
contrast 13.89:1
Card sample
#bfe014 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe014;
Background color
Panel with #bfe014 background
background-color: #bfe014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 224, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 224, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe014; background: linear-gradient(135deg, #bfe014, #37E014);