#af7f27
a dark, vivid orange · warm · closest name: peru
RGB
175, 127, 39
HSL
39°, 64%, 42%
CMYK
0, 27, 78, 31
Luminance
0.2444
Every format
| HEX | #af7f27 |
| RGB | rgb(175, 127, 39) |
| HSL | hsl(39, 64%, 42%) |
| CMYK | cmyk(0%, 27%, 78%, 31%) |
| LAB | lab(56.5 10.4 52.1) |
| LCH | lch(56.5 53.1 78.7) |
| OKLCH | oklch(0.629 0.116 78.2) |
Copy-ready code
/* CSS */
color: #af7f27;
background-color: #af7f27;
/* Tailwind (arbitrary) */
class="text-[#af7f27] bg-[#af7f27]"
/* SCSS */
$brand: #af7f27;
/* SwiftUI */
Color(red: 0.686, green: 0.498, blue: 0.153)
/* Android */
Color.parseColor("#af7f27")Accessibility — WCAG contrast
Aa
#af7f27 on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7f27 on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.8%
Blue15.3%
CMYK percentages
Cyan0.0%
Magenta27.4%
Yellow77.7%
Key (black)31.4%
Color previews
#af7f27 text on a black background
contrast 5.89:1
Card sample
#af7f27 text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7f27;
Background color
Panel with #af7f27 background
background-color: #af7f27;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7f27;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 127, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 127, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7f27; background: linear-gradient(135deg, #af7f27, #85AF27);