#bfd60f
a dark, electric yellow · cool · closest name: yellow
RGB
191, 214, 15
HSL
67°, 87%, 45%
CMYK
11, 0, 93, 16
Luminance
0.5920
Every format
| HEX | #bfd60f |
| RGB | rgb(191, 214, 15) |
| HSL | hsl(67, 87%, 45%) |
| CMYK | cmyk(11%, 0%, 93%, 16%) |
| LAB | lab(81.4 -28.4 79.3) |
| LCH | lch(81.4 84.2 109.7) |
| OKLCH | oklch(0.830 0.190 117.3) |
Copy-ready code
/* CSS */
color: #bfd60f;
background-color: #bfd60f;
/* Tailwind (arbitrary) */
class="text-[#bfd60f] bg-[#bfd60f]"
/* SCSS */
$brand: #bfd60f;
/* SwiftUI */
Color(red: 0.749, green: 0.839, blue: 0.059)
/* Android */
Color.parseColor("#bfd60f")Accessibility — WCAG contrast
Aa
#bfd60f on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd60f on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.9%
Blue5.9%
CMYK percentages
Cyan10.7%
Magenta0.0%
Yellow93.0%
Key (black)16.1%
Color previews
#bfd60f text on a black background
contrast 12.84:1
Card sample
#bfd60f text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd60f;
Background color
Panel with #bfd60f background
background-color: #bfd60f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd60f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 214, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 214, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd60f; background: linear-gradient(135deg, #bfd60f, #3AD60F);