#b7a621
a dark, vivid yellow · cool · closest name: olive
RGB
183, 166, 33
HSL
53°, 69%, 42%
CMYK
0, 9, 82, 28
Luminance
0.3745
Every format
| HEX | #b7a621 |
| RGB | rgb(183, 166, 33) |
| HSL | hsl(53, 69%, 42%) |
| CMYK | cmyk(0%, 9%, 82%, 28%) |
| LAB | lab(67.6 -7.4 64.4) |
| LCH | lch(67.6 64.8 96.6) |
| OKLCH | oklch(0.718 0.142 101.4) |
Copy-ready code
/* CSS */
color: #b7a621;
background-color: #b7a621;
/* Tailwind (arbitrary) */
class="text-[#b7a621] bg-[#b7a621]"
/* SCSS */
$brand: #b7a621;
/* SwiftUI */
Color(red: 0.718, green: 0.651, blue: 0.129)
/* Android */
Color.parseColor("#b7a621")Accessibility — WCAG contrast
Aa
#b7a621 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7a621 on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green65.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta9.3%
Yellow82.0%
Key (black)28.2%
Color previews
#b7a621 text on a black background
contrast 8.49:1
Card sample
#b7a621 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7a621;
Background color
Panel with #b7a621 background
background-color: #b7a621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7a621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 166, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 166, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7a621; background: linear-gradient(135deg, #b7a621, #64B721);