#bfd62f
a balanced, vivid yellow · cool · closest name: yellow
RGB
191, 214, 47
HSL
68°, 67%, 51%
CMYK
11, 0, 78, 16
Luminance
0.5937
Every format
| HEX | #bfd62f |
| RGB | rgb(191, 214, 47) |
| HSL | hsl(68, 67%, 51%) |
| CMYK | cmyk(11%, 0%, 78%, 16%) |
| LAB | lab(81.5 -27.6 73.0) |
| LCH | lch(81.5 78.0 110.7) |
| OKLCH | oklch(0.831 0.180 117.6) |
Copy-ready code
/* CSS */
color: #bfd62f;
background-color: #bfd62f;
/* Tailwind (arbitrary) */
class="text-[#bfd62f] bg-[#bfd62f]"
/* SCSS */
$brand: #bfd62f;
/* SwiftUI */
Color(red: 0.749, green: 0.839, blue: 0.184)
/* Android */
Color.parseColor("#bfd62f")Accessibility — WCAG contrast
Aa
#bfd62f on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd62f on black: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.9%
Blue18.4%
CMYK percentages
Cyan10.7%
Magenta0.0%
Yellow78.0%
Key (black)16.1%
Color previews
#bfd62f text on a black background
contrast 12.87:1
Card sample
#bfd62f text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd62f;
Background color
Panel with #bfd62f background
background-color: #bfd62f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd62f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 214, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 214, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd62f; background: linear-gradient(135deg, #bfd62f, #50D62F);