#b2a720
a dark, vivid yellow · cool · closest name: olive
RGB
178, 167, 32
HSL
56°, 70%, 41%
CMYK
0, 6, 82, 30
Luminance
0.3721
Every format
| HEX | #b2a720 |
| RGB | rgb(178, 167, 32) |
| HSL | hsl(56, 70%, 41%) |
| CMYK | cmyk(0%, 6%, 82%, 30%) |
| LAB | lab(67.4 -10.2 64.3) |
| LCH | lch(67.4 65.2 99.0) |
| OKLCH | oklch(0.716 0.143 104.4) |
Copy-ready code
/* CSS */
color: #b2a720;
background-color: #b2a720;
/* Tailwind (arbitrary) */
class="text-[#b2a720] bg-[#b2a720]"
/* SCSS */
$brand: #b2a720;
/* SwiftUI */
Color(red: 0.698, green: 0.655, blue: 0.125)
/* Android */
Color.parseColor("#b2a720")Accessibility — WCAG contrast
Aa
#b2a720 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2a720 on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green65.5%
Blue12.5%
CMYK percentages
Cyan0.0%
Magenta6.2%
Yellow82.0%
Key (black)30.2%
Color previews
#b2a720 text on a black background
contrast 8.44:1
Card sample
#b2a720 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2a720;
Background color
Panel with #b2a720 background
background-color: #b2a720;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2a720;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 167, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 167, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2a720; background: linear-gradient(135deg, #b2a720, #5CB220);