#bfd813
a balanced, electric yellow · cool · closest name: yellow
RGB
191, 216, 19
HSL
68°, 84%, 46%
CMYK
12, 0, 91, 15
Luminance
0.6024
Every format
| HEX | #bfd813 |
| RGB | rgb(191, 216, 19) |
| HSL | hsl(68, 84%, 46%) |
| CMYK | cmyk(12%, 0%, 91%, 15%) |
| LAB | lab(82.0 -29.3 79.2) |
| LCH | lch(82.0 84.5 110.3) |
| OKLCH | oklch(0.835 0.191 117.9) |
Copy-ready code
/* CSS */
color: #bfd813;
background-color: #bfd813;
/* Tailwind (arbitrary) */
class="text-[#bfd813] bg-[#bfd813]"
/* SCSS */
$brand: #bfd813;
/* SwiftUI */
Color(red: 0.749, green: 0.847, blue: 0.075)
/* Android */
Color.parseColor("#bfd813")Accessibility — WCAG contrast
Aa
#bfd813 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd813 on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green84.7%
Blue7.5%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow91.2%
Key (black)15.3%
Color previews
#bfd813 text on a black background
contrast 13.05:1
Card sample
#bfd813 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd813;
Background color
Panel with #bfd813 background
background-color: #bfd813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 216, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 216, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd813; background: linear-gradient(135deg, #bfd813, #3CD813);