#af7438
a balanced, vivid orange · warm · closest name: peru
RGB
175, 116, 56
HSL
30°, 52%, 45%
CMYK
0, 34, 68, 31
Luminance
0.2189
Every format
| HEX | #af7438 |
| RGB | rgb(175, 116, 56) |
| HSL | hsl(30, 52%, 45%) |
| CMYK | cmyk(0%, 34%, 68%, 31%) |
| LAB | lab(53.9 17.5 41.7) |
| LCH | lch(53.9 45.2 67.3) |
| OKLCH | oklch(0.609 0.106 63.8) |
Copy-ready code
/* CSS */
color: #af7438;
background-color: #af7438;
/* Tailwind (arbitrary) */
class="text-[#af7438] bg-[#af7438]"
/* SCSS */
$brand: #af7438;
/* SwiftUI */
Color(red: 0.686, green: 0.455, blue: 0.220)
/* Android */
Color.parseColor("#af7438")Accessibility — WCAG contrast
Aa
#af7438 on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7438 on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.5%
Blue22.0%
CMYK percentages
Cyan0.0%
Magenta33.7%
Yellow68.0%
Key (black)31.4%
Color previews
#af7438 text on a black background
contrast 5.38:1
Card sample
#af7438 text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7438;
Background color
Panel with #af7438 background
background-color: #af7438;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7438;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 116, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 116, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7438; background: linear-gradient(135deg, #af7438, #9BAF38);