#bfd00f
a dark, electric yellow · cool · closest name: yellow
RGB
191, 208, 15
HSL
65°, 87%, 44%
CMYK
8, 0, 93, 18
Luminance
0.5622
Every format
| HEX | #bfd00f |
| RGB | rgb(191, 208, 15) |
| HSL | hsl(65, 87%, 44%) |
| CMYK | cmyk(8%, 0%, 93%, 18%) |
| LAB | lab(79.7 -25.5 78.0) |
| LCH | lch(79.7 82.1 108.1) |
| OKLCH | oklch(0.817 0.184 115.6) |
Copy-ready code
/* CSS */
color: #bfd00f;
background-color: #bfd00f;
/* Tailwind (arbitrary) */
class="text-[#bfd00f] bg-[#bfd00f]"
/* SCSS */
$brand: #bfd00f;
/* SwiftUI */
Color(red: 0.749, green: 0.816, blue: 0.059)
/* Android */
Color.parseColor("#bfd00f")Accessibility — WCAG contrast
Aa
#bfd00f on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd00f on black: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.6%
Blue5.9%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow92.8%
Key (black)18.4%
Color previews
#bfd00f text on a black background
contrast 12.24:1
Card sample
#bfd00f text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd00f;
Background color
Panel with #bfd00f background
background-color: #bfd00f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd00f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 208, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 208, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd00f; background: linear-gradient(135deg, #bfd00f, #3ED00F);