#bfd332
a balanced, vivid yellow · cool · closest name: yellow
RGB
191, 211, 50
HSL
68°, 65%, 51%
CMYK
10, 0, 76, 17
Luminance
0.5790
Every format
| HEX | #bfd332 |
| RGB | rgb(191, 211, 50) |
| HSL | hsl(68, 65%, 51%) |
| CMYK | cmyk(10%, 0%, 76%, 17%) |
| LAB | lab(80.7 -26.0 71.3) |
| LCH | lch(80.7 75.9 110.0) |
| OKLCH | oklch(0.825 0.175 116.7) |
Copy-ready code
/* CSS */
color: #bfd332;
background-color: #bfd332;
/* Tailwind (arbitrary) */
class="text-[#bfd332] bg-[#bfd332]"
/* SCSS */
$brand: #bfd332;
/* SwiftUI */
Color(red: 0.749, green: 0.827, blue: 0.196)
/* Android */
Color.parseColor("#bfd332")Accessibility — WCAG contrast
Aa
#bfd332 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd332 on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.7%
Blue19.6%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow76.3%
Key (black)17.3%
Color previews
#bfd332 text on a black background
contrast 12.58:1
Card sample
#bfd332 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd332;
Background color
Panel with #bfd332 background
background-color: #bfd332;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd332;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 211, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 211, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd332; background: linear-gradient(135deg, #bfd332, #54D332);