#b1ac00
a dark, electric yellow · cool · closest name: olive
RGB
177, 172, 0
HSL
58°, 100%, 35%
CMYK
0, 3, 100, 31
Luminance
0.3885
Every format
| HEX | #b1ac00 |
| RGB | rgb(177, 172, 0) |
| HSL | hsl(58, 100%, 35%) |
| CMYK | cmyk(0%, 3%, 100%, 31%) |
| LAB | lab(68.6 -13.8 70.8) |
| LCH | lch(68.6 72.2 101.0) |
| OKLCH | oklch(0.725 0.156 107.6) |
Copy-ready code
/* CSS */
color: #b1ac00;
background-color: #b1ac00;
/* Tailwind (arbitrary) */
class="text-[#b1ac00] bg-[#b1ac00]"
/* SCSS */
$brand: #b1ac00;
/* SwiftUI */
Color(red: 0.694, green: 0.675, blue: 0.000)
/* Android */
Color.parseColor("#b1ac00")Accessibility — WCAG contrast
Aa
#b1ac00 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1ac00 on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green67.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow100.0%
Key (black)30.6%
Color previews
#b1ac00 text on a black background
contrast 8.77:1
Card sample
#b1ac00 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1ac00;
Background color
Panel with #b1ac00 background
background-color: #b1ac00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1ac00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 172, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 172, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1ac00; background: linear-gradient(135deg, #b1ac00, #40B100);