#b7ad2f
a balanced, vivid yellow · cool · closest name: olive
RGB
183, 173, 47
HSL
56°, 59%, 45%
CMYK
0, 6, 74, 28
Luminance
0.4016
Every format
| HEX | #b7ad2f |
| RGB | rgb(183, 173, 47) |
| HSL | hsl(56, 59%, 45%) |
| CMYK | cmyk(0%, 6%, 74%, 28%) |
| LAB | lab(69.6 -10.6 61.8) |
| LCH | lch(69.6 62.7 99.7) |
| OKLCH | oklch(0.734 0.140 104.7) |
Copy-ready code
/* CSS */
color: #b7ad2f;
background-color: #b7ad2f;
/* Tailwind (arbitrary) */
class="text-[#b7ad2f] bg-[#b7ad2f]"
/* SCSS */
$brand: #b7ad2f;
/* SwiftUI */
Color(red: 0.718, green: 0.678, blue: 0.184)
/* Android */
Color.parseColor("#b7ad2f")Accessibility — WCAG contrast
Aa
#b7ad2f on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7ad2f on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green67.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow74.3%
Key (black)28.2%
Color previews
#b7ad2f text on a black background
contrast 9.03:1
Card sample
#b7ad2f text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7ad2f;
Background color
Panel with #b7ad2f background
background-color: #b7ad2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7ad2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 173, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 173, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7ad2f; background: linear-gradient(135deg, #b7ad2f, #66B72F);