#af780b
a dark, electric orange · warm · closest name: peru
RGB
175, 120, 11
HSL
40°, 88%, 37%
CMYK
0, 31, 94, 31
Luminance
0.2257
Every format
| HEX | #af780b |
| RGB | rgb(175, 120, 11) |
| HSL | hsl(40, 88%, 37%) |
| CMYK | cmyk(0%, 31%, 94%, 31%) |
| LAB | lab(54.6 13.6 58.9) |
| LCH | lch(54.6 60.4 77.0) |
| OKLCH | oklch(0.614 0.126 76.1) |
Copy-ready code
/* CSS */
color: #af780b;
background-color: #af780b;
/* Tailwind (arbitrary) */
class="text-[#af780b] bg-[#af780b]"
/* SCSS */
$brand: #af780b;
/* SwiftUI */
Color(red: 0.686, green: 0.471, blue: 0.043)
/* Android */
Color.parseColor("#af780b")Accessibility — WCAG contrast
Aa
#af780b on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af780b on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.1%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow93.7%
Key (black)31.4%
Color previews
#af780b text on a black background
contrast 5.51:1
Card sample
#af780b text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af780b;
Background color
Panel with #af780b background
background-color: #af780b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af780b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 120, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 120, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af780b; background: linear-gradient(135deg, #af780b, #79AF0B);