#bfd708
a dark, electric yellow · cool · closest name: yellow
RGB
191, 215, 8
HSL
67°, 93%, 44%
CMYK
11, 0, 96, 16
Luminance
0.5969
Every format
| HEX | #bfd708 |
| RGB | rgb(191, 215, 8) |
| HSL | hsl(67, 93%, 44%) |
| CMYK | cmyk(11%, 0%, 96%, 16%) |
| LAB | lab(81.7 -28.9 80.2) |
| LCH | lch(81.7 85.3 109.8) |
| OKLCH | oklch(0.832 0.192 117.6) |
Copy-ready code
/* CSS */
color: #bfd708;
background-color: #bfd708;
/* Tailwind (arbitrary) */
class="text-[#bfd708] bg-[#bfd708]"
/* SCSS */
$brand: #bfd708;
/* SwiftUI */
Color(red: 0.749, green: 0.843, blue: 0.031)
/* Android */
Color.parseColor("#bfd708")Accessibility — WCAG contrast
Aa
#bfd708 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd708 on black: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green84.3%
Blue3.1%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow96.3%
Key (black)15.7%
Color previews
#bfd708 text on a black background
contrast 12.94:1
Card sample
#bfd708 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd708;
Background color
Panel with #bfd708 background
background-color: #bfd708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 215, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 215, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd708; background: linear-gradient(135deg, #bfd708, #35D708);