#bfd430
a balanced, vivid yellow · cool · closest name: yellow
RGB
191, 212, 48
HSL
68°, 66%, 51%
CMYK
10, 0, 77, 17
Luminance
0.5838
Every format
| HEX | #bfd430 |
| RGB | rgb(191, 212, 48) |
| HSL | hsl(68, 66%, 51%) |
| CMYK | cmyk(10%, 0%, 77%, 17%) |
| LAB | lab(81.0 -26.6 72.2) |
| LCH | lch(81.0 76.9 110.2) |
| OKLCH | oklch(0.827 0.177 117.0) |
Copy-ready code
/* CSS */
color: #bfd430;
background-color: #bfd430;
/* Tailwind (arbitrary) */
class="text-[#bfd430] bg-[#bfd430]"
/* SCSS */
$brand: #bfd430;
/* SwiftUI */
Color(red: 0.749, green: 0.831, blue: 0.188)
/* Android */
Color.parseColor("#bfd430")Accessibility — WCAG contrast
Aa
#bfd430 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd430 on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.1%
Blue18.8%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow77.4%
Key (black)16.9%
Color previews
#bfd430 text on a black background
contrast 12.68:1
Card sample
#bfd430 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd430;
Background color
Panel with #bfd430 background
background-color: #bfd430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 212, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 212, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd430; background: linear-gradient(135deg, #bfd430, #52D430);