#bfdf0b
a balanced, electric yellow · cool · closest name: yellow
RGB
191, 223, 11
HSL
69°, 91%, 46%
CMYK
14, 0, 95, 13
Luminance
0.6388
Every format
| HEX | #bfdf0b |
| RGB | rgb(191, 223, 11) |
| HSL | hsl(69, 91%, 46%) |
| CMYK | cmyk(14%, 0%, 95%, 13%) |
| LAB | lab(83.9 -32.6 81.7) |
| LCH | lch(83.9 87.9 111.8) |
| OKLCH | oklch(0.850 0.200 119.7) |
Copy-ready code
/* CSS */
color: #bfdf0b;
background-color: #bfdf0b;
/* Tailwind (arbitrary) */
class="text-[#bfdf0b] bg-[#bfdf0b]"
/* SCSS */
$brand: #bfdf0b;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.043)
/* Android */
Color.parseColor("#bfdf0b")Accessibility — WCAG contrast
Aa
#bfdf0b on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdf0b on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue4.3%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow95.1%
Key (black)12.5%
Color previews
#bfdf0b text on a black background
contrast 13.78:1
Card sample
#bfdf0b text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdf0b;
Background color
Panel with #bfdf0b background
background-color: #bfdf0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdf0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdf0b; background: linear-gradient(135deg, #bfdf0b, #32DF0B);