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