#bfd930
a balanced, vivid yellow · cool · closest name: yellow
RGB
191, 217, 48
HSL
69°, 69%, 52%
CMYK
12, 0, 78, 15
Luminance
0.6092
Every format
| HEX | #bfd930 |
| RGB | rgb(191, 217, 48) |
| HSL | hsl(69, 69%, 52%) |
| CMYK | cmyk(12%, 0%, 78%, 15%) |
| LAB | lab(82.3 -28.9 73.4) |
| LCH | lch(82.3 78.9 111.5) |
| OKLCH | oklch(0.838 0.183 118.5) |
Copy-ready code
/* CSS */
color: #bfd930;
background-color: #bfd930;
/* Tailwind (arbitrary) */
class="text-[#bfd930] bg-[#bfd930]"
/* SCSS */
$brand: #bfd930;
/* SwiftUI */
Color(red: 0.749, green: 0.851, blue: 0.188)
/* Android */
Color.parseColor("#bfd930")Accessibility — WCAG contrast
Aa
#bfd930 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd930 on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.1%
Blue18.8%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow77.9%
Key (black)14.9%
Color previews
#bfd930 text on a black background
contrast 13.18:1
Card sample
#bfd930 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd930;
Background color
Panel with #bfd930 background
background-color: #bfd930;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd930;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 217, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 217, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd930; background: linear-gradient(135deg, #bfd930, #4FD930);