#af7643
a balanced, soft orange · warm · closest name: peru
RGB
175, 118, 67
HSL
28°, 45%, 48%
CMYK
0, 33, 62, 31
Luminance
0.2248
Every format
| HEX | #af7643 |
| RGB | rgb(175, 118, 67) |
| HSL | hsl(28, 45%, 48%) |
| CMYK | cmyk(0%, 33%, 62%, 31%) |
| LAB | lab(54.5 17.1 36.7) |
| LCH | lch(54.5 40.5 65.1) |
| OKLCH | oklch(0.614 0.098 61.2) |
Copy-ready code
/* CSS */
color: #af7643;
background-color: #af7643;
/* Tailwind (arbitrary) */
class="text-[#af7643] bg-[#af7643]"
/* SCSS */
$brand: #af7643;
/* SwiftUI */
Color(red: 0.686, green: 0.463, blue: 0.263)
/* Android */
Color.parseColor("#af7643")Accessibility — WCAG contrast
Aa
#af7643 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7643 on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green46.3%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta32.6%
Yellow61.7%
Key (black)31.4%
Color previews
#af7643 text on a black background
contrast 5.50:1
Card sample
#af7643 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7643;
Background color
Panel with #af7643 background
background-color: #af7643;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7643;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 118, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 118, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7643; background: linear-gradient(135deg, #af7643, #A0AF43);