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