#bfcf5f
a balanced, vivid yellow · cool · closest name: khaki
RGB
191, 207, 95
HSL
69°, 54%, 59%
CMYK
8, 0, 54, 19
Luminance
0.5653
Every format
| HEX | #bfcf5f |
| RGB | rgb(191, 207, 95) |
| HSL | hsl(69, 54%, 59%) |
| CMYK | cmyk(8%, 0%, 54%, 19%) |
| LAB | lab(79.9 -21.2 53.0) |
| LCH | lch(79.9 57.1 111.8) |
| OKLCH | oklch(0.820 0.138 116.3) |
Copy-ready code
/* CSS */
color: #bfcf5f;
background-color: #bfcf5f;
/* Tailwind (arbitrary) */
class="text-[#bfcf5f] bg-[#bfcf5f]"
/* SCSS */
$brand: #bfcf5f;
/* SwiftUI */
Color(red: 0.749, green: 0.812, blue: 0.373)
/* Android */
Color.parseColor("#bfcf5f")Accessibility — WCAG contrast
Aa
#bfcf5f on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcf5f on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.2%
Blue37.3%
CMYK percentages
Cyan7.7%
Magenta0.0%
Yellow54.1%
Key (black)18.8%
Color previews
#bfcf5f text on a black background
contrast 12.31:1
Card sample
#bfcf5f text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcf5f;
Background color
Panel with #bfcf5f background
background-color: #bfcf5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcf5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 207, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 207, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcf5f; background: linear-gradient(135deg, #bfcf5f, #74CF5F);