#b69e21
a dark, vivid yellow · cool · closest name: olive
RGB
182, 158, 33
HSL
50°, 69%, 42%
CMYK
0, 13, 82, 29
Luminance
0.3451
Every format
| HEX | #b69e21 |
| RGB | rgb(182, 158, 33) |
| HSL | hsl(50, 69%, 42%) |
| CMYK | cmyk(0%, 13%, 82%, 29%) |
| LAB | lab(65.4 -3.6 62.4) |
| LCH | lch(65.4 62.5 93.3) |
| OKLCH | oklch(0.700 0.136 97.3) |
Copy-ready code
/* CSS */
color: #b69e21;
background-color: #b69e21;
/* Tailwind (arbitrary) */
class="text-[#b69e21] bg-[#b69e21]"
/* SCSS */
$brand: #b69e21;
/* SwiftUI */
Color(red: 0.714, green: 0.620, blue: 0.129)
/* Android */
Color.parseColor("#b69e21")Accessibility — WCAG contrast
Aa
#b69e21 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b69e21 on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green62.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta13.2%
Yellow81.9%
Key (black)28.6%
Color previews
#b69e21 text on a black background
contrast 7.90:1
Card sample
#b69e21 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b69e21;
Background color
Panel with #b69e21 background
background-color: #b69e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b69e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 158, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 158, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b69e21; background: linear-gradient(135deg, #b69e21, #6BB621);