#ab8331
a dark, vivid yellow · warm · closest name: peru
RGB
171, 131, 49
HSL
40°, 56%, 43%
CMYK
0, 23, 71, 33
Luminance
0.2511
Every format
| HEX | #ab8331 |
| RGB | rgb(171, 131, 49) |
| HSL | hsl(40, 56%, 43%) |
| CMYK | cmyk(0%, 23%, 71%, 33%) |
| LAB | lab(57.2 6.9 48.4) |
| LCH | lch(57.2 48.9 81.9) |
| OKLCH | oklch(0.633 0.109 82.1) |
Copy-ready code
/* CSS */
color: #ab8331;
background-color: #ab8331;
/* Tailwind (arbitrary) */
class="text-[#ab8331] bg-[#ab8331]"
/* SCSS */
$brand: #ab8331;
/* SwiftUI */
Color(red: 0.671, green: 0.514, blue: 0.192)
/* Android */
Color.parseColor("#ab8331")Accessibility — WCAG contrast
Aa
#ab8331 on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab8331 on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green51.4%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta23.4%
Yellow71.3%
Key (black)32.9%
Color previews
#ab8331 text on a black background
contrast 6.02:1
Card sample
#ab8331 text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab8331;
Background color
Panel with #ab8331 background
background-color: #ab8331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab8331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 131, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 131, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab8331; background: linear-gradient(135deg, #ab8331, #82AB31);