#af800f
a dark, electric yellow · warm · closest name: peru
RGB
175, 128, 15
HSL
42°, 84%, 37%
CMYK
0, 27, 91, 31
Luminance
0.2459
Every format
| HEX | #af800f |
| RGB | rgb(175, 128, 15) |
| HSL | hsl(42, 84%, 37%) |
| CMYK | cmyk(0%, 27%, 91%, 31%) |
| LAB | lab(56.7 9.2 59.6) |
| LCH | lch(56.7 60.3 81.2) |
| OKLCH | oklch(0.630 0.126 81.8) |
Copy-ready code
/* CSS */
color: #af800f;
background-color: #af800f;
/* Tailwind (arbitrary) */
class="text-[#af800f] bg-[#af800f]"
/* SCSS */
$brand: #af800f;
/* SwiftUI */
Color(red: 0.686, green: 0.502, blue: 0.059)
/* Android */
Color.parseColor("#af800f")Accessibility — WCAG contrast
Aa
#af800f on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af800f on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green50.2%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta26.9%
Yellow91.4%
Key (black)31.4%
Color previews
#af800f text on a black background
contrast 5.92:1
Card sample
#af800f text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af800f;
Background color
Panel with #af800f background
background-color: #af800f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af800f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 128, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 128, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af800f; background: linear-gradient(135deg, #af800f, #73AF0F);