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