#bfd122
a balanced, vivid yellow · cool · closest name: yellow
RGB
191, 209, 34
HSL
66°, 72%, 48%
CMYK
9, 0, 84, 18
Luminance
0.5679
Every format
| HEX | #bfd122 |
| RGB | rgb(191, 209, 34) |
| HSL | hsl(66, 72%, 48%) |
| CMYK | cmyk(9%, 0%, 84%, 18%) |
| LAB | lab(80.1 -25.6 75.0) |
| LCH | lch(80.1 79.3 108.8) |
| OKLCH | oklch(0.819 0.180 116.0) |
Copy-ready code
/* CSS */
color: #bfd122;
background-color: #bfd122;
/* Tailwind (arbitrary) */
class="text-[#bfd122] bg-[#bfd122]"
/* SCSS */
$brand: #bfd122;
/* SwiftUI */
Color(red: 0.749, green: 0.820, blue: 0.133)
/* Android */
Color.parseColor("#bfd122")Accessibility — WCAG contrast
Aa
#bfd122 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd122 on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.0%
Blue13.3%
CMYK percentages
Cyan8.6%
Magenta0.0%
Yellow83.7%
Key (black)18.0%
Color previews
#bfd122 text on a black background
contrast 12.36:1
Card sample
#bfd122 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd122;
Background color
Panel with #bfd122 background
background-color: #bfd122;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd122;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 209, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 209, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd122; background: linear-gradient(135deg, #bfd122, #4AD122);