#b3ac00
a dark, electric yellow · cool · closest name: olive
RGB
179, 172, 0
HSL
58°, 100%, 35%
CMYK
0, 4, 100, 30
Luminance
0.3909
Every format
| HEX | #b3ac00 |
| RGB | rgb(179, 172, 0) |
| HSL | hsl(58, 100%, 35%) |
| CMYK | cmyk(0%, 4%, 100%, 30%) |
| LAB | lab(68.8 -12.9 71.0) |
| LCH | lch(68.8 72.2 100.3) |
| OKLCH | oklch(0.727 0.156 106.8) |
Copy-ready code
/* CSS */
color: #b3ac00;
background-color: #b3ac00;
/* Tailwind (arbitrary) */
class="text-[#b3ac00] bg-[#b3ac00]"
/* SCSS */
$brand: #b3ac00;
/* SwiftUI */
Color(red: 0.702, green: 0.675, blue: 0.000)
/* Android */
Color.parseColor("#b3ac00")Accessibility — WCAG contrast
Aa
#b3ac00 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3ac00 on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green67.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow100.0%
Key (black)29.8%
Color previews
#b3ac00 text on a black background
contrast 8.82:1
Card sample
#b3ac00 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3ac00;
Background color
Panel with #b3ac00 background
background-color: #b3ac00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3ac00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 172, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 172, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3ac00; background: linear-gradient(135deg, #b3ac00, #43B300);