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