#bfd53c
a balanced, vivid yellow · cool · closest name: yellow
RGB
191, 213, 60
HSL
69°, 65%, 54%
CMYK
10, 0, 72, 17
Luminance
0.5899
Every format
| HEX | #bfd53c |
| RGB | rgb(191, 213, 60) |
| HSL | hsl(69, 65%, 54%) |
| CMYK | cmyk(10%, 0%, 72%, 17%) |
| LAB | lab(81.3 -26.5 68.7) |
| LCH | lch(81.3 73.6 111.1) |
| OKLCH | oklch(0.830 0.172 117.5) |
Copy-ready code
/* CSS */
color: #bfd53c;
background-color: #bfd53c;
/* Tailwind (arbitrary) */
class="text-[#bfd53c] bg-[#bfd53c]"
/* SCSS */
$brand: #bfd53c;
/* SwiftUI */
Color(red: 0.749, green: 0.835, blue: 0.235)
/* Android */
Color.parseColor("#bfd53c")Accessibility — WCAG contrast
Aa
#bfd53c on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd53c on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.5%
Blue23.5%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow71.8%
Key (black)16.5%
Color previews
#bfd53c text on a black background
contrast 12.80:1
Card sample
#bfd53c text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd53c;
Background color
Panel with #bfd53c background
background-color: #bfd53c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd53c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 213, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 213, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd53c; background: linear-gradient(135deg, #bfd53c, #59D53C);