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