#af783f
a balanced, vivid orange · warm · closest name: peru
RGB
175, 120, 63
HSL
31°, 47%, 47%
CMYK
0, 31, 64, 31
Luminance
0.2291
Every format
| HEX | #af783f |
| RGB | rgb(175, 120, 63) |
| HSL | hsl(31, 47%, 47%) |
| CMYK | cmyk(0%, 31%, 64%, 31%) |
| LAB | lab(55.0 15.7 39.3) |
| LCH | lch(55.0 42.4 68.3) |
| OKLCH | oklch(0.618 0.101 65.0) |
Copy-ready code
/* CSS */
color: #af783f;
background-color: #af783f;
/* Tailwind (arbitrary) */
class="text-[#af783f] bg-[#af783f]"
/* SCSS */
$brand: #af783f;
/* SwiftUI */
Color(red: 0.686, green: 0.471, blue: 0.247)
/* Android */
Color.parseColor("#af783f")Accessibility — WCAG contrast
Aa
#af783f on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af783f on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.1%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow64.0%
Key (black)31.4%
Color previews
#af783f text on a black background
contrast 5.58:1
Card sample
#af783f text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af783f;
Background color
Panel with #af783f background
background-color: #af783f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af783f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 120, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 120, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af783f; background: linear-gradient(135deg, #af783f, #9CAF3F);