#bfd402
a dark, electric yellow · cool · closest name: yellow
RGB
191, 212, 2
HSL
66°, 98%, 42%
CMYK
10, 0, 99, 17
Luminance
0.5817
Every format
| HEX | #bfd402 |
| RGB | rgb(191, 212, 2) |
| HSL | hsl(66, 98%, 42%) |
| CMYK | cmyk(10%, 0%, 99%, 17%) |
| LAB | lab(80.8 -27.6 80.1) |
| LCH | lch(80.8 84.7 109.0) |
| OKLCH | oklch(0.825 0.190 116.7) |
Copy-ready code
/* CSS */
color: #bfd402;
background-color: #bfd402;
/* Tailwind (arbitrary) */
class="text-[#bfd402] bg-[#bfd402]"
/* SCSS */
$brand: #bfd402;
/* SwiftUI */
Color(red: 0.749, green: 0.831, blue: 0.008)
/* Android */
Color.parseColor("#bfd402")Accessibility — WCAG contrast
Aa
#bfd402 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd402 on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.1%
Blue0.8%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow99.1%
Key (black)16.9%
Color previews
#bfd402 text on a black background
contrast 12.63:1
Card sample
#bfd402 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd402;
Background color
Panel with #bfd402 background
background-color: #bfd402;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd402;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 212, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 212, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd402; background: linear-gradient(135deg, #bfd402, #33D402);