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