#bcaf2b
a balanced, vivid yellow · cool · closest name: olive
RGB
188, 175, 43
HSL
55°, 63%, 45%
CMYK
0, 7, 77, 26
Luminance
0.4153
Every format
| HEX | #bcaf2b |
| RGB | rgb(188, 175, 43) |
| HSL | hsl(55, 63%, 45%) |
| CMYK | cmyk(0%, 7%, 77%, 26%) |
| LAB | lab(70.5 -9.6 64.2) |
| LCH | lch(70.5 64.9 98.5) |
| OKLCH | oklch(0.743 0.144 103.5) |
Copy-ready code
/* CSS */
color: #bcaf2b;
background-color: #bcaf2b;
/* Tailwind (arbitrary) */
class="text-[#bcaf2b] bg-[#bcaf2b]"
/* SCSS */
$brand: #bcaf2b;
/* SwiftUI */
Color(red: 0.737, green: 0.686, blue: 0.169)
/* Android */
Color.parseColor("#bcaf2b")Accessibility — WCAG contrast
Aa
#bcaf2b on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcaf2b on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green68.6%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta6.9%
Yellow77.1%
Key (black)26.3%
Color previews
#bcaf2b text on a black background
contrast 9.31:1
Card sample
#bcaf2b text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcaf2b;
Background color
Panel with #bcaf2b background
background-color: #bcaf2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcaf2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 175, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 175, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcaf2b; background: linear-gradient(135deg, #bcaf2b, #68BC2B);