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