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