#bfd72d
a balanced, vivid yellow · cool · closest name: yellow
RGB
191, 215, 45
HSL
69°, 68%, 51%
CMYK
11, 0, 79, 16
Luminance
0.5987
Every format
| HEX | #bfd72d |
| RGB | rgb(191, 215, 45) |
| HSL | hsl(69, 68%, 51%) |
| CMYK | cmyk(11%, 0%, 79%, 16%) |
| LAB | lab(81.8 -28.1 73.8) |
| LCH | lch(81.8 78.9 110.9) |
| OKLCH | oklch(0.833 0.182 117.9) |
Copy-ready code
/* CSS */
color: #bfd72d;
background-color: #bfd72d;
/* Tailwind (arbitrary) */
class="text-[#bfd72d] bg-[#bfd72d]"
/* SCSS */
$brand: #bfd72d;
/* SwiftUI */
Color(red: 0.749, green: 0.843, blue: 0.176)
/* Android */
Color.parseColor("#bfd72d")Accessibility — WCAG contrast
Aa
#bfd72d on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd72d on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green84.3%
Blue17.6%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow79.1%
Key (black)15.7%
Color previews
#bfd72d text on a black background
contrast 12.97:1
Card sample
#bfd72d text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd72d;
Background color
Panel with #bfd72d background
background-color: #bfd72d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd72d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 215, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 215, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd72d; background: linear-gradient(135deg, #bfd72d, #4ED72D);