#af641e
a dark, vivid orange · warm · closest name: peru
RGB
175, 100, 30
HSL
29°, 71%, 40%
CMYK
0, 43, 83, 31
Luminance
0.1832
Every format
| HEX | #af641e |
| RGB | rgb(175, 100, 30) |
| HSL | hsl(29, 71%, 40%) |
| CMYK | cmyk(0%, 43%, 83%, 31%) |
| LAB | lab(49.9 25.2 49.5) |
| LCH | lch(49.9 55.5 63.0) |
| OKLCH | oklch(0.577 0.125 58.1) |
Copy-ready code
/* CSS */
color: #af641e;
background-color: #af641e;
/* Tailwind (arbitrary) */
class="text-[#af641e] bg-[#af641e]"
/* SCSS */
$brand: #af641e;
/* SwiftUI */
Color(red: 0.686, green: 0.392, blue: 0.118)
/* Android */
Color.parseColor("#af641e")Accessibility — WCAG contrast
Aa
#af641e on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af641e on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.2%
Blue11.8%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow82.9%
Key (black)31.4%
Color previews
#af641e text on a black background
contrast 4.66:1
Card sample
#af641e text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af641e;
Background color
Panel with #af641e background
background-color: #af641e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af641e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 100, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 100, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af641e; background: linear-gradient(135deg, #af641e, #99AF1E);