#b6ac00
a dark, electric yellow · cool · closest name: olive
RGB
182, 172, 0
HSL
57°, 100%, 36%
CMYK
0, 6, 100, 29
Luminance
0.3945
Every format
| HEX | #b6ac00 |
| RGB | rgb(182, 172, 0) |
| HSL | hsl(57, 100%, 36%) |
| CMYK | cmyk(0%, 6%, 100%, 29%) |
| LAB | lab(69.1 -11.6 71.3) |
| LCH | lch(69.1 72.3 99.3) |
| OKLCH | oklch(0.730 0.155 105.4) |
Copy-ready code
/* CSS */
color: #b6ac00;
background-color: #b6ac00;
/* Tailwind (arbitrary) */
class="text-[#b6ac00] bg-[#b6ac00]"
/* SCSS */
$brand: #b6ac00;
/* SwiftUI */
Color(red: 0.714, green: 0.675, blue: 0.000)
/* Android */
Color.parseColor("#b6ac00")Accessibility — WCAG contrast
Aa
#b6ac00 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6ac00 on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green67.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow100.0%
Key (black)28.6%
Color previews
#b6ac00 text on a black background
contrast 8.89:1
Card sample
#b6ac00 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6ac00;
Background color
Panel with #b6ac00 background
background-color: #b6ac00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6ac00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 172, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 172, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6ac00; background: linear-gradient(135deg, #b6ac00, #47B600);