#bfd062
a balanced, vivid yellow · cool · closest name: khaki
RGB
191, 208, 98
HSL
69°, 54%, 60%
CMYK
8, 0, 53, 18
Luminance
0.5707
Every format
| HEX | #bfd062 |
| RGB | rgb(191, 208, 98) |
| HSL | hsl(69, 54%, 60%) |
| CMYK | cmyk(8%, 0%, 53%, 18%) |
| LAB | lab(80.2 -21.5 52.0) |
| LCH | lch(80.2 56.2 112.5) |
| OKLCH | oklch(0.822 0.137 116.8) |
Copy-ready code
/* CSS */
color: #bfd062;
background-color: #bfd062;
/* Tailwind (arbitrary) */
class="text-[#bfd062] bg-[#bfd062]"
/* SCSS */
$brand: #bfd062;
/* SwiftUI */
Color(red: 0.749, green: 0.816, blue: 0.384)
/* Android */
Color.parseColor("#bfd062")Accessibility — WCAG contrast
Aa
#bfd062 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd062 on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.6%
Blue38.4%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow52.9%
Key (black)18.4%
Color previews
#bfd062 text on a black background
contrast 12.41:1
Card sample
#bfd062 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd062;
Background color
Panel with #bfd062 background
background-color: #bfd062;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd062;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 208, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 208, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd062; background: linear-gradient(135deg, #bfd062, #76D062);