#b69021
a dark, vivid yellow · warm · closest name: olive
RGB
182, 144, 33
HSL
45°, 69%, 42%
CMYK
0, 21, 82, 29
Luminance
0.3000
Every format
| HEX | #b69021 |
| RGB | rgb(182, 144, 33) |
| HSL | hsl(45, 69%, 42%) |
| CMYK | cmyk(0%, 21%, 82%, 29%) |
| LAB | lab(61.7 4.0 59.2) |
| LCH | lch(61.7 59.3 86.2) |
| OKLCH | oklch(0.671 0.128 88.1) |
Copy-ready code
/* CSS */
color: #b69021;
background-color: #b69021;
/* Tailwind (arbitrary) */
class="text-[#b69021] bg-[#b69021]"
/* SCSS */
$brand: #b69021;
/* SwiftUI */
Color(red: 0.714, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#b69021")Accessibility — WCAG contrast
Aa
#b69021 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b69021 on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green56.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta20.9%
Yellow81.9%
Key (black)28.6%
Color previews
#b69021 text on a black background
contrast 7.00:1
Card sample
#b69021 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b69021;
Background color
Panel with #b69021 background
background-color: #b69021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b69021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b69021; background: linear-gradient(135deg, #b69021, #79B621);