#bfd026
a balanced, vivid yellow · cool · closest name: yellow
RGB
191, 208, 38
HSL
66°, 69%, 48%
CMYK
8, 0, 82, 18
Luminance
0.5633
Every format
| HEX | #bfd026 |
| RGB | rgb(191, 208, 38) |
| HSL | hsl(66, 69%, 48%) |
| CMYK | cmyk(8%, 0%, 82%, 18%) |
| LAB | lab(79.8 -25.0 73.8) |
| LCH | lch(79.8 78.0 108.7) |
| OKLCH | oklch(0.817 0.177 115.7) |
Copy-ready code
/* CSS */
color: #bfd026;
background-color: #bfd026;
/* Tailwind (arbitrary) */
class="text-[#bfd026] bg-[#bfd026]"
/* SCSS */
$brand: #bfd026;
/* SwiftUI */
Color(red: 0.749, green: 0.816, blue: 0.149)
/* Android */
Color.parseColor("#bfd026")Accessibility — WCAG contrast
Aa
#bfd026 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd026 on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.6%
Blue14.9%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow81.7%
Key (black)18.4%
Color previews
#bfd026 text on a black background
contrast 12.27:1
Card sample
#bfd026 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd026;
Background color
Panel with #bfd026 background
background-color: #bfd026;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd026;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 208, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 208, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd026; background: linear-gradient(135deg, #bfd026, #4ED026);