#af7233
a dark, vivid orange · warm · closest name: peru
RGB
175, 114, 51
HSL
31°, 55%, 44%
CMYK
0, 35, 71, 31
Luminance
0.2139
Every format
| HEX | #af7233 |
| RGB | rgb(175, 114, 51) |
| HSL | hsl(31, 55%, 44%) |
| CMYK | cmyk(0%, 35%, 71%, 31%) |
| LAB | lab(53.4 18.3 43.6) |
| LCH | lch(53.4 47.3 67.2) |
| OKLCH | oklch(0.605 0.110 63.7) |
Copy-ready code
/* CSS */
color: #af7233;
background-color: #af7233;
/* Tailwind (arbitrary) */
class="text-[#af7233] bg-[#af7233]"
/* SCSS */
$brand: #af7233;
/* SwiftUI */
Color(red: 0.686, green: 0.447, blue: 0.200)
/* Android */
Color.parseColor("#af7233")Accessibility — WCAG contrast
Aa
#af7233 on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7233 on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green44.7%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta34.9%
Yellow70.9%
Key (black)31.4%
Color previews
#af7233 text on a black background
contrast 5.28:1
Card sample
#af7233 text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7233;
Background color
Panel with #af7233 background
background-color: #af7233;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7233;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 114, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 114, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7233; background: linear-gradient(135deg, #af7233, #99AF33);