#b8a270
a balanced, soft yellow · warm · closest name: tan
RGB
184, 162, 112
HSL
42°, 34%, 58%
CMYK
0, 12, 39, 28
Luminance
0.3720
Every format
| HEX | #b8a270 |
| RGB | rgb(184, 162, 112) |
| HSL | hsl(42, 34%, 58%) |
| CMYK | cmyk(0%, 12%, 39%, 28%) |
| LAB | lab(67.4 0.9 29.0) |
| LCH | lch(67.4 29.0 88.3) |
| OKLCH | oklch(0.720 0.072 86.8) |
Copy-ready code
/* CSS */
color: #b8a270;
background-color: #b8a270;
/* Tailwind (arbitrary) */
class="text-[#b8a270] bg-[#b8a270]"
/* SCSS */
$brand: #b8a270;
/* SwiftUI */
Color(red: 0.722, green: 0.635, blue: 0.439)
/* Android */
Color.parseColor("#b8a270")Accessibility — WCAG contrast
Aa
#b8a270 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8a270 on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green63.5%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow39.1%
Key (black)27.8%
Color previews
#b8a270 text on a black background
contrast 8.44:1
Card sample
#b8a270 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8a270;
Background color
Panel with #b8a270 background
background-color: #b8a270;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8a270;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 162, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 162, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8a270; background: linear-gradient(135deg, #b8a270, #9EB870);