#b28a21
a dark, vivid yellow · warm · closest name: peru
RGB
178, 138, 33
HSL
43°, 69%, 41%
CMYK
0, 23, 82, 30
Luminance
0.2775
Every format
| HEX | #b28a21 |
| RGB | rgb(178, 138, 33) |
| HSL | hsl(43, 69%, 41%) |
| CMYK | cmyk(0%, 23%, 82%, 30%) |
| LAB | lab(59.7 5.5 57.3) |
| LCH | lch(59.7 57.5 84.6) |
| OKLCH | oklch(0.654 0.124 86.0) |
Copy-ready code
/* CSS */
color: #b28a21;
background-color: #b28a21;
/* Tailwind (arbitrary) */
class="text-[#b28a21] bg-[#b28a21]"
/* SCSS */
$brand: #b28a21;
/* SwiftUI */
Color(red: 0.698, green: 0.541, blue: 0.129)
/* Android */
Color.parseColor("#b28a21")Accessibility — WCAG contrast
Aa
#b28a21 on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b28a21 on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green54.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta22.5%
Yellow81.5%
Key (black)30.2%
Color previews
#b28a21 text on a black background
contrast 6.55:1
Card sample
#b28a21 text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b28a21;
Background color
Panel with #b28a21 background
background-color: #b28a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b28a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 138, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 138, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b28a21; background: linear-gradient(135deg, #b28a21, #7AB221);