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