#bfd628
a balanced, vivid yellow · cool · closest name: yellow
RGB
191, 214, 40
HSL
68°, 69%, 50%
CMYK
11, 0, 81, 16
Luminance
0.5932
Every format
| HEX | #bfd628 |
| RGB | rgb(191, 214, 40) |
| HSL | hsl(68, 69%, 50%) |
| CMYK | cmyk(11%, 0%, 81%, 16%) |
| LAB | lab(81.5 -27.8 74.8) |
| LCH | lch(81.5 79.8 110.4) |
| OKLCH | oklch(0.831 0.183 117.5) |
Copy-ready code
/* CSS */
color: #bfd628;
background-color: #bfd628;
/* Tailwind (arbitrary) */
class="text-[#bfd628] bg-[#bfd628]"
/* SCSS */
$brand: #bfd628;
/* SwiftUI */
Color(red: 0.749, green: 0.839, blue: 0.157)
/* Android */
Color.parseColor("#bfd628")Accessibility — WCAG contrast
Aa
#bfd628 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd628 on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.9%
Blue15.7%
CMYK percentages
Cyan10.7%
Magenta0.0%
Yellow81.3%
Key (black)16.1%
Color previews
#bfd628 text on a black background
contrast 12.86:1
Card sample
#bfd628 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd628;
Background color
Panel with #bfd628 background
background-color: #bfd628;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd628;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 214, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 214, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd628; background: linear-gradient(135deg, #bfd628, #4BD628);