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