#bfd545
a balanced, vivid yellow · cool · closest name: khaki
RGB
191, 213, 69
HSL
69°, 63%, 55%
CMYK
10, 0, 68, 17
Luminance
0.5909
Every format
| HEX | #bfd545 |
| RGB | rgb(191, 213, 69) |
| HSL | hsl(69, 63%, 55%) |
| CMYK | cmyk(10%, 0%, 68%, 17%) |
| LAB | lab(81.3 -26.0 65.5) |
| LCH | lch(81.3 70.5 111.7) |
| OKLCH | oklch(0.830 0.166 117.7) |
Copy-ready code
/* CSS */
color: #bfd545;
background-color: #bfd545;
/* Tailwind (arbitrary) */
class="text-[#bfd545] bg-[#bfd545]"
/* SCSS */
$brand: #bfd545;
/* SwiftUI */
Color(red: 0.749, green: 0.835, blue: 0.271)
/* Android */
Color.parseColor("#bfd545")Accessibility — WCAG contrast
Aa
#bfd545 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd545 on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.5%
Blue27.1%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow67.6%
Key (black)16.5%
Color previews
#bfd545 text on a black background
contrast 12.82:1
Card sample
#bfd545 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd545;
Background color
Panel with #bfd545 background
background-color: #bfd545;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd545;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 213, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 213, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd545; background: linear-gradient(135deg, #bfd545, #5FD545);