#bfcb3f
a balanced, vivid yellow · cool · closest name: khaki
RGB
191, 203, 63
HSL
65°, 57%, 52%
CMYK
6, 0, 69, 20
Luminance
0.5415
Every format
| HEX | #bfcb3f |
| RGB | rgb(191, 203, 63) |
| HSL | hsl(65, 57%, 52%) |
| CMYK | cmyk(6%, 0%, 69%, 20%) |
| LAB | lab(78.5 -21.5 64.9) |
| LCH | lch(78.5 68.4 108.3) |
| OKLCH | oklch(0.808 0.159 114.2) |
Copy-ready code
/* CSS */
color: #bfcb3f;
background-color: #bfcb3f;
/* Tailwind (arbitrary) */
class="text-[#bfcb3f] bg-[#bfcb3f]"
/* SCSS */
$brand: #bfcb3f;
/* SwiftUI */
Color(red: 0.749, green: 0.796, blue: 0.247)
/* Android */
Color.parseColor("#bfcb3f")Accessibility — WCAG contrast
Aa
#bfcb3f on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcb3f on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green79.6%
Blue24.7%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow69.0%
Key (black)20.4%
Color previews
#bfcb3f text on a black background
contrast 11.83:1
Card sample
#bfcb3f text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcb3f;
Background color
Panel with #bfcb3f background
background-color: #bfcb3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcb3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 203, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 203, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcb3f; background: linear-gradient(135deg, #bfcb3f, #62CB3F);