#b3a621
a dark, vivid yellow · cool · closest name: olive
RGB
179, 166, 33
HSL
55°, 69%, 42%
CMYK
0, 7, 82, 30
Luminance
0.3697
Every format
| HEX | #b3a621 |
| RGB | rgb(179, 166, 33) |
| HSL | hsl(55, 69%, 42%) |
| CMYK | cmyk(0%, 7%, 82%, 30%) |
| LAB | lab(67.3 -9.2 64.0) |
| LCH | lch(67.3 64.6 98.2) |
| OKLCH | oklch(0.715 0.142 103.4) |
Copy-ready code
/* CSS */
color: #b3a621;
background-color: #b3a621;
/* Tailwind (arbitrary) */
class="text-[#b3a621] bg-[#b3a621]"
/* SCSS */
$brand: #b3a621;
/* SwiftUI */
Color(red: 0.702, green: 0.651, blue: 0.129)
/* Android */
Color.parseColor("#b3a621")Accessibility — WCAG contrast
Aa
#b3a621 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3a621 on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green65.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow81.6%
Key (black)29.8%
Color previews
#b3a621 text on a black background
contrast 8.39:1
Card sample
#b3a621 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3a621;
Background color
Panel with #b3a621 background
background-color: #b3a621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3a621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 166, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 166, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3a621; background: linear-gradient(135deg, #b3a621, #5FB321);