#af8734
a dark, vivid yellow · warm · closest name: peru
RGB
175, 135, 52
HSL
41°, 54%, 45%
CMYK
0, 23, 70, 31
Luminance
0.2669
Every format
| HEX | #af8734 |
| RGB | rgb(175, 135, 52) |
| HSL | hsl(41, 54%, 45%) |
| CMYK | cmyk(0%, 23%, 70%, 31%) |
| LAB | lab(58.7 6.6 48.7) |
| LCH | lch(58.7 49.2 82.3) |
| OKLCH | oklch(0.646 0.110 82.5) |
Copy-ready code
/* CSS */
color: #af8734;
background-color: #af8734;
/* Tailwind (arbitrary) */
class="text-[#af8734] bg-[#af8734]"
/* SCSS */
$brand: #af8734;
/* SwiftUI */
Color(red: 0.686, green: 0.529, blue: 0.204)
/* Android */
Color.parseColor("#af8734")Accessibility — WCAG contrast
Aa
#af8734 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8734 on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.9%
Blue20.4%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow70.3%
Key (black)31.4%
Color previews
#af8734 text on a black background
contrast 6.34:1
Card sample
#af8734 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8734;
Background color
Panel with #af8734 background
background-color: #af8734;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8734;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 135, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 135, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8734; background: linear-gradient(135deg, #af8734, #85AF34);