#bfd22f
a balanced, vivid yellow · cool · closest name: yellow
RGB
191, 210, 47
HSL
67°, 64%, 50%
CMYK
9, 0, 78, 18
Luminance
0.5737
Every format
| HEX | #bfd22f |
| RGB | rgb(191, 210, 47) |
| HSL | hsl(67, 64%, 50%) |
| CMYK | cmyk(9%, 0%, 78%, 18%) |
| LAB | lab(80.4 -25.6 72.0) |
| LCH | lch(80.4 76.4 109.6) |
| OKLCH | oklch(0.822 0.175 116.4) |
Copy-ready code
/* CSS */
color: #bfd22f;
background-color: #bfd22f;
/* Tailwind (arbitrary) */
class="text-[#bfd22f] bg-[#bfd22f]"
/* SCSS */
$brand: #bfd22f;
/* SwiftUI */
Color(red: 0.749, green: 0.824, blue: 0.184)
/* Android */
Color.parseColor("#bfd22f")Accessibility — WCAG contrast
Aa
#bfd22f on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd22f on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.4%
Blue18.4%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow77.6%
Key (black)17.6%
Color previews
#bfd22f text on a black background
contrast 12.47:1
Card sample
#bfd22f text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd22f;
Background color
Panel with #bfd22f background
background-color: #bfd22f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd22f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 210, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 210, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd22f; background: linear-gradient(135deg, #bfd22f, #52D22F);