#af6421
a dark, vivid orange · warm · closest name: peru
RGB
175, 100, 33
HSL
28°, 68%, 41%
CMYK
0, 43, 81, 31
Luminance
0.1834
Every format
| HEX | #af6421 |
| RGB | rgb(175, 100, 33) |
| HSL | hsl(28, 68%, 41%) |
| CMYK | cmyk(0%, 43%, 81%, 31%) |
| LAB | lab(49.9 25.3 48.3) |
| LCH | lch(49.9 54.5 62.4) |
| OKLCH | oklch(0.578 0.124 57.4) |
Copy-ready code
/* CSS */
color: #af6421;
background-color: #af6421;
/* Tailwind (arbitrary) */
class="text-[#af6421] bg-[#af6421]"
/* SCSS */
$brand: #af6421;
/* SwiftUI */
Color(red: 0.686, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#af6421")Accessibility — WCAG contrast
Aa
#af6421 on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af6421 on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow81.1%
Key (black)31.4%
Color previews
#af6421 text on a black background
contrast 4.67:1
Card sample
#af6421 text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6421;
Background color
Panel with #af6421 background
background-color: #af6421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6421; background: linear-gradient(135deg, #af6421, #9BAF21);