#af7635
a dark, vivid orange · warm · closest name: peru
RGB
175, 118, 53
HSL
32°, 54%, 45%
CMYK
0, 33, 70, 31
Luminance
0.2233
Every format
| HEX | #af7635 |
| RGB | rgb(175, 118, 53) |
| HSL | hsl(32, 54%, 45%) |
| CMYK | cmyk(0%, 33%, 70%, 31%) |
| LAB | lab(54.4 16.2 43.7) |
| LCH | lch(54.4 46.6 69.7) |
| OKLCH | oklch(0.613 0.108 66.7) |
Copy-ready code
/* CSS */
color: #af7635;
background-color: #af7635;
/* Tailwind (arbitrary) */
class="text-[#af7635] bg-[#af7635]"
/* SCSS */
$brand: #af7635;
/* SwiftUI */
Color(red: 0.686, green: 0.463, blue: 0.208)
/* Android */
Color.parseColor("#af7635")Accessibility — WCAG contrast
Aa
#af7635 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7635 on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green46.3%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta32.6%
Yellow69.7%
Key (black)31.4%
Color previews
#af7635 text on a black background
contrast 5.47:1
Card sample
#af7635 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7635;
Background color
Panel with #af7635 background
background-color: #af7635;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7635;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 118, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 118, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7635; background: linear-gradient(135deg, #af7635, #97AF35);