#bfd52c
a balanced, vivid yellow · cool · closest name: yellow
RGB
191, 213, 44
HSL
68°, 67%, 50%
CMYK
10, 0, 79, 17
Luminance
0.5885
Every format
| HEX | #bfd52c |
| RGB | rgb(191, 213, 44) |
| HSL | hsl(68, 67%, 50%) |
| CMYK | cmyk(10%, 0%, 79%, 17%) |
| LAB | lab(81.2 -27.2 73.5) |
| LCH | lch(81.2 78.4 110.3) |
| OKLCH | oklch(0.829 0.180 117.3) |
Copy-ready code
/* CSS */
color: #bfd52c;
background-color: #bfd52c;
/* Tailwind (arbitrary) */
class="text-[#bfd52c] bg-[#bfd52c]"
/* SCSS */
$brand: #bfd52c;
/* SwiftUI */
Color(red: 0.749, green: 0.835, blue: 0.173)
/* Android */
Color.parseColor("#bfd52c")Accessibility — WCAG contrast
Aa
#bfd52c on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd52c on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.5%
Blue17.3%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow79.3%
Key (black)16.5%
Color previews
#bfd52c text on a black background
contrast 12.77:1
Card sample
#bfd52c text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd52c;
Background color
Panel with #bfd52c background
background-color: #bfd52c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd52c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 213, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 213, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd52c; background: linear-gradient(135deg, #bfd52c, #4ED52C);