#b3af0c
a dark, electric yellow · cool · closest name: olive
RGB
179, 175, 12
HSL
59°, 87%, 38%
CMYK
0, 2, 93, 30
Luminance
0.4027
Every format
| HEX | #b3af0c |
| RGB | rgb(179, 175, 12) |
| HSL | hsl(59, 87%, 38%) |
| CMYK | cmyk(0%, 2%, 93%, 30%) |
| LAB | lab(69.7 -14.3 70.2) |
| LCH | lch(69.7 71.7 101.5) |
| OKLCH | oklch(0.734 0.156 108.0) |
Copy-ready code
/* CSS */
color: #b3af0c;
background-color: #b3af0c;
/* Tailwind (arbitrary) */
class="text-[#b3af0c] bg-[#b3af0c]"
/* SCSS */
$brand: #b3af0c;
/* SwiftUI */
Color(red: 0.702, green: 0.686, blue: 0.047)
/* Android */
Color.parseColor("#b3af0c")Accessibility — WCAG contrast
Aa
#b3af0c on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3af0c on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green68.6%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta2.2%
Yellow93.3%
Key (black)29.8%
Color previews
#b3af0c text on a black background
contrast 9.05:1
Card sample
#b3af0c text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3af0c;
Background color
Panel with #b3af0c background
background-color: #b3af0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3af0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 175, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 175, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3af0c; background: linear-gradient(135deg, #b3af0c, #48B30C);