#bfdc21
a balanced, vivid yellow · cool · closest name: yellow
RGB
191, 220, 33
HSL
69°, 74%, 50%
CMYK
13, 0, 85, 14
Luminance
0.6237
Every format
| HEX | #bfdc21 |
| RGB | rgb(191, 220, 33) |
| HSL | hsl(69, 74%, 50%) |
| CMYK | cmyk(13%, 0%, 85%, 14%) |
| LAB | lab(83.1 -30.8 77.8) |
| LCH | lch(83.1 83.7 111.6) |
| OKLCH | oklch(0.844 0.192 119.1) |
Copy-ready code
/* CSS */
color: #bfdc21;
background-color: #bfdc21;
/* Tailwind (arbitrary) */
class="text-[#bfdc21] bg-[#bfdc21]"
/* SCSS */
$brand: #bfdc21;
/* SwiftUI */
Color(red: 0.749, green: 0.863, blue: 0.129)
/* Android */
Color.parseColor("#bfdc21")Accessibility — WCAG contrast
Aa
#bfdc21 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdc21 on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green86.3%
Blue12.9%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow85.0%
Key (black)13.7%
Color previews
#bfdc21 text on a black background
contrast 13.47:1
Card sample
#bfdc21 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdc21;
Background color
Panel with #bfdc21 background
background-color: #bfdc21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdc21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 220, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 220, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdc21; background: linear-gradient(135deg, #bfdc21, #42DC21);