#b7ad0f
a dark, electric yellow · cool · closest name: olive
RGB
183, 173, 15
HSL
56°, 85%, 39%
CMYK
0, 6, 92, 28
Luminance
0.3999
Every format
| HEX | #b7ad0f |
| RGB | rgb(183, 173, 15) |
| HSL | hsl(56, 85%, 39%) |
| CMYK | cmyk(0%, 6%, 92%, 28%) |
| LAB | lab(69.5 -11.5 69.8) |
| LCH | lch(69.5 70.7 99.4) |
| OKLCH | oklch(0.733 0.153 105.3) |
Copy-ready code
/* CSS */
color: #b7ad0f;
background-color: #b7ad0f;
/* Tailwind (arbitrary) */
class="text-[#b7ad0f] bg-[#b7ad0f]"
/* SCSS */
$brand: #b7ad0f;
/* SwiftUI */
Color(red: 0.718, green: 0.678, blue: 0.059)
/* Android */
Color.parseColor("#b7ad0f")Accessibility — WCAG contrast
Aa
#b7ad0f on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7ad0f on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green67.8%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow91.8%
Key (black)28.2%
Color previews
#b7ad0f text on a black background
contrast 9.00:1
Card sample
#b7ad0f text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7ad0f;
Background color
Panel with #b7ad0f background
background-color: #b7ad0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7ad0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 173, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 173, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7ad0f; background: linear-gradient(135deg, #b7ad0f, #51B70F);