#af7901
a dark, electric yellow · warm · closest name: peru
RGB
175, 121, 1
HSL
41°, 99%, 35%
CMYK
0, 31, 99, 31
Luminance
0.2279
Every format
| HEX | #af7901 |
| RGB | rgb(175, 121, 1) |
| HSL | hsl(41, 99%, 35%) |
| CMYK | cmyk(0%, 31%, 99%, 31%) |
| LAB | lab(54.9 12.9 60.9) |
| LCH | lch(54.9 62.2 78.0) |
| OKLCH | oklch(0.616 0.128 77.4) |
Copy-ready code
/* CSS */
color: #af7901;
background-color: #af7901;
/* Tailwind (arbitrary) */
class="text-[#af7901] bg-[#af7901]"
/* SCSS */
$brand: #af7901;
/* SwiftUI */
Color(red: 0.686, green: 0.475, blue: 0.004)
/* Android */
Color.parseColor("#af7901")Accessibility — WCAG contrast
Aa
#af7901 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7901 on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.5%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta30.9%
Yellow99.4%
Key (black)31.4%
Color previews
#af7901 text on a black background
contrast 5.56:1
Card sample
#af7901 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7901;
Background color
Panel with #af7901 background
background-color: #af7901;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7901;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 121, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 121, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7901; background: linear-gradient(135deg, #af7901, #71AF01);