#af8530
a dark, vivid yellow · warm · closest name: peru
RGB
175, 133, 48
HSL
40°, 57%, 44%
CMYK
0, 24, 73, 31
Luminance
0.2610
Every format
| HEX | #af8530 |
| RGB | rgb(175, 133, 48) |
| HSL | hsl(40, 57%, 44%) |
| CMYK | cmyk(0%, 24%, 73%, 31%) |
| LAB | lab(58.1 7.5 49.9) |
| LCH | lch(58.1 50.5 81.4) |
| OKLCH | oklch(0.642 0.113 81.6) |
Copy-ready code
/* CSS */
color: #af8530;
background-color: #af8530;
/* Tailwind (arbitrary) */
class="text-[#af8530] bg-[#af8530]"
/* SCSS */
$brand: #af8530;
/* SwiftUI */
Color(red: 0.686, green: 0.522, blue: 0.188)
/* Android */
Color.parseColor("#af8530")Accessibility — WCAG contrast
Aa
#af8530 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8530 on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.2%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta24.0%
Yellow72.6%
Key (black)31.4%
Color previews
#af8530 text on a black background
contrast 6.22:1
Card sample
#af8530 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8530;
Background color
Panel with #af8530 background
background-color: #af8530;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8530;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 133, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 133, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8530; background: linear-gradient(135deg, #af8530, #84AF30);