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