#bcaf01
a dark, electric yellow · cool · closest name: gold
RGB
188, 175, 1
HSL
56°, 99%, 37%
CMYK
0, 7, 100, 26
Luminance
0.4135
Every format
| HEX | #bcaf01 |
| RGB | rgb(188, 175, 1) |
| HSL | hsl(56, 99%, 37%) |
| CMYK | cmyk(0%, 7%, 100%, 26%) |
| LAB | lab(70.4 -10.5 72.4) |
| LCH | lch(70.4 73.2 98.2) |
| OKLCH | oklch(0.742 0.157 104.2) |
Copy-ready code
/* CSS */
color: #bcaf01;
background-color: #bcaf01;
/* Tailwind (arbitrary) */
class="text-[#bcaf01] bg-[#bcaf01]"
/* SCSS */
$brand: #bcaf01;
/* SwiftUI */
Color(red: 0.737, green: 0.686, blue: 0.004)
/* Android */
Color.parseColor("#bcaf01")Accessibility — WCAG contrast
Aa
#bcaf01 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcaf01 on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green68.6%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta6.9%
Yellow99.5%
Key (black)26.3%
Color previews
#bcaf01 text on a black background
contrast 9.27:1
Card sample
#bcaf01 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcaf01;
Background color
Panel with #bcaf01 background
background-color: #bcaf01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcaf01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 175, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 175, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcaf01; background: linear-gradient(135deg, #bcaf01, #4DBC01);