#bfd313
a balanced, electric yellow · cool · closest name: yellow
RGB
191, 211, 19
HSL
66°, 84%, 45%
CMYK
10, 0, 91, 17
Luminance
0.5771
Every format
| HEX | #bfd313 |
| RGB | rgb(191, 211, 19) |
| HSL | hsl(66, 84%, 45%) |
| CMYK | cmyk(10%, 0%, 91%, 17%) |
| LAB | lab(80.6 -26.9 78.2) |
| LCH | lch(80.6 82.6 109.0) |
| OKLCH | oklch(0.823 0.186 116.5) |
Copy-ready code
/* CSS */
color: #bfd313;
background-color: #bfd313;
/* Tailwind (arbitrary) */
class="text-[#bfd313] bg-[#bfd313]"
/* SCSS */
$brand: #bfd313;
/* SwiftUI */
Color(red: 0.749, green: 0.827, blue: 0.075)
/* Android */
Color.parseColor("#bfd313")Accessibility — WCAG contrast
Aa
#bfd313 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd313 on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.7%
Blue7.5%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow91.0%
Key (black)17.3%
Color previews
#bfd313 text on a black background
contrast 12.54:1
Card sample
#bfd313 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd313;
Background color
Panel with #bfd313 background
background-color: #bfd313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 211, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 211, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd313; background: linear-gradient(135deg, #bfd313, #3FD313);