#bfd02c
a balanced, vivid yellow · cool · closest name: gold
RGB
191, 208, 44
HSL
66°, 65%, 49%
CMYK
8, 0, 79, 18
Luminance
0.5637
Every format
| HEX | #bfd02c |
| RGB | rgb(191, 208, 44) |
| HSL | hsl(66, 65%, 49%) |
| CMYK | cmyk(8%, 0%, 79%, 18%) |
| LAB | lab(79.8 -24.8 72.3) |
| LCH | lch(79.8 76.4 108.9) |
| OKLCH | oklch(0.818 0.175 115.7) |
Copy-ready code
/* CSS */
color: #bfd02c;
background-color: #bfd02c;
/* Tailwind (arbitrary) */
class="text-[#bfd02c] bg-[#bfd02c]"
/* SCSS */
$brand: #bfd02c;
/* SwiftUI */
Color(red: 0.749, green: 0.816, blue: 0.173)
/* Android */
Color.parseColor("#bfd02c")Accessibility — WCAG contrast
Aa
#bfd02c on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd02c on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.6%
Blue17.3%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow78.8%
Key (black)18.4%
Color previews
#bfd02c text on a black background
contrast 12.27:1
Card sample
#bfd02c text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd02c;
Background color
Panel with #bfd02c background
background-color: #bfd02c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd02c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 208, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 208, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd02c; background: linear-gradient(135deg, #bfd02c, #52D02C);