#bfd83c
a balanced, vivid yellow · cool · closest name: yellow
RGB
191, 216, 60
HSL
70°, 67%, 54%
CMYK
12, 0, 72, 15
Luminance
0.6051
Every format
| HEX | #bfd83c |
| RGB | rgb(191, 216, 60) |
| HSL | hsl(70, 67%, 54%) |
| CMYK | cmyk(12%, 0%, 72%, 15%) |
| LAB | lab(82.1 -27.9 69.5) |
| LCH | lch(82.1 74.9 111.9) |
| OKLCH | oklch(0.836 0.175 118.4) |
Copy-ready code
/* CSS */
color: #bfd83c;
background-color: #bfd83c;
/* Tailwind (arbitrary) */
class="text-[#bfd83c] bg-[#bfd83c]"
/* SCSS */
$brand: #bfd83c;
/* SwiftUI */
Color(red: 0.749, green: 0.847, blue: 0.235)
/* Android */
Color.parseColor("#bfd83c")Accessibility — WCAG contrast
Aa
#bfd83c on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd83c on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green84.7%
Blue23.5%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow72.2%
Key (black)15.3%
Color previews
#bfd83c text on a black background
contrast 13.10:1
Card sample
#bfd83c text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd83c;
Background color
Panel with #bfd83c background
background-color: #bfd83c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd83c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 216, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 216, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd83c; background: linear-gradient(135deg, #bfd83c, #57D83C);