#bfd613
a balanced, electric yellow · cool · closest name: yellow
RGB
191, 214, 19
HSL
67°, 84%, 46%
CMYK
11, 0, 91, 16
Luminance
0.5922
Every format
| HEX | #bfd613 |
| RGB | rgb(191, 214, 19) |
| HSL | hsl(67, 84%, 46%) |
| CMYK | cmyk(11%, 0%, 91%, 16%) |
| LAB | lab(81.4 -28.3 78.8) |
| LCH | lch(81.4 83.7 109.8) |
| OKLCH | oklch(0.830 0.189 117.4) |
Copy-ready code
/* CSS */
color: #bfd613;
background-color: #bfd613;
/* Tailwind (arbitrary) */
class="text-[#bfd613] bg-[#bfd613]"
/* SCSS */
$brand: #bfd613;
/* SwiftUI */
Color(red: 0.749, green: 0.839, blue: 0.075)
/* Android */
Color.parseColor("#bfd613")Accessibility — WCAG contrast
Aa
#bfd613 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd613 on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.9%
Blue7.5%
CMYK percentages
Cyan10.7%
Magenta0.0%
Yellow91.1%
Key (black)16.1%
Color previews
#bfd613 text on a black background
contrast 12.84:1
Card sample
#bfd613 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd613;
Background color
Panel with #bfd613 background
background-color: #bfd613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 214, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 214, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd613; background: linear-gradient(135deg, #bfd613, #3DD613);