#bfcf13
a dark, electric yellow · cool · closest name: yellow
RGB
191, 207, 19
HSL
65°, 83%, 44%
CMYK
8, 0, 91, 19
Luminance
0.5575
Every format
| HEX | #bfcf13 |
| RGB | rgb(191, 207, 19) |
| HSL | hsl(65, 83%, 44%) |
| CMYK | cmyk(8%, 0%, 91%, 19%) |
| LAB | lab(79.5 -25.0 77.3) |
| LCH | lch(79.5 81.2 107.9) |
| OKLCH | oklch(0.815 0.182 115.3) |
Copy-ready code
/* CSS */
color: #bfcf13;
background-color: #bfcf13;
/* Tailwind (arbitrary) */
class="text-[#bfcf13] bg-[#bfcf13]"
/* SCSS */
$brand: #bfcf13;
/* SwiftUI */
Color(red: 0.749, green: 0.812, blue: 0.075)
/* Android */
Color.parseColor("#bfcf13")Accessibility — WCAG contrast
Aa
#bfcf13 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcf13 on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.2%
Blue7.5%
CMYK percentages
Cyan7.7%
Magenta0.0%
Yellow90.8%
Key (black)18.8%
Color previews
#bfcf13 text on a black background
contrast 12.15:1
Card sample
#bfcf13 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcf13;
Background color
Panel with #bfcf13 background
background-color: #bfcf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 207, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 207, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcf13; background: linear-gradient(135deg, #bfcf13, #42CF13);