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