#af5127
a dark, vivid orange · warm · closest name: sienna
RGB
175, 81, 39
HSL
19°, 64%, 42%
CMYK
0, 54, 78, 31
Luminance
0.1515
Every format
| HEX | #af5127 |
| RGB | rgb(175, 81, 39) |
| HSL | hsl(19, 64%, 42%) |
| CMYK | cmyk(0%, 54%, 78%, 31%) |
| LAB | lab(45.8 35.7 41.6) |
| LCH | lch(45.8 54.8 49.4) |
| OKLCH | oklch(0.546 0.135 42.8) |
Copy-ready code
/* CSS */
color: #af5127;
background-color: #af5127;
/* Tailwind (arbitrary) */
class="text-[#af5127] bg-[#af5127]"
/* SCSS */
$brand: #af5127;
/* SwiftUI */
Color(red: 0.686, green: 0.318, blue: 0.153)
/* Android */
Color.parseColor("#af5127")Accessibility — WCAG contrast
Aa
#af5127 on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5127 on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.8%
Blue15.3%
CMYK percentages
Cyan0.0%
Magenta53.7%
Yellow77.7%
Key (black)31.4%
Color previews
#af5127 text on a black background
contrast 4.03:1
Card sample
#af5127 text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5127;
Background color
Panel with #af5127 background
background-color: #af5127;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5127;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 81, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 81, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5127; background: linear-gradient(135deg, #af5127, #AFAC27);