#bcaf0c
a dark, electric yellow · cool · closest name: olive
RGB
188, 175, 12
HSL
56°, 88%, 39%
CMYK
0, 7, 94, 26
Luminance
0.4138
Every format
| HEX | #bcaf0c |
| RGB | rgb(188, 175, 12) |
| HSL | hsl(56, 88%, 39%) |
| CMYK | cmyk(0%, 7%, 94%, 26%) |
| LAB | lab(70.4 -10.4 71.2) |
| LCH | lch(70.4 71.9 98.3) |
| OKLCH | oklch(0.742 0.155 104.1) |
Copy-ready code
/* CSS */
color: #bcaf0c;
background-color: #bcaf0c;
/* Tailwind (arbitrary) */
class="text-[#bcaf0c] bg-[#bcaf0c]"
/* SCSS */
$brand: #bcaf0c;
/* SwiftUI */
Color(red: 0.737, green: 0.686, blue: 0.047)
/* Android */
Color.parseColor("#bcaf0c")Accessibility — WCAG contrast
Aa
#bcaf0c on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcaf0c on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green68.6%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta6.9%
Yellow93.6%
Key (black)26.3%
Color previews
#bcaf0c text on a black background
contrast 9.28:1
Card sample
#bcaf0c text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcaf0c;
Background color
Panel with #bcaf0c background
background-color: #bcaf0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcaf0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 175, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 175, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcaf0c; background: linear-gradient(135deg, #bcaf0c, #54BC0C);