#af5f1b
a dark, vivid orange · warm · closest name: chocolate
RGB
175, 95, 27
HSL
28°, 73%, 40%
CMYK
0, 46, 85, 31
Luminance
0.1738
Every format
| HEX | #af5f1b |
| RGB | rgb(175, 95, 27) |
| HSL | hsl(28, 73%, 40%) |
| CMYK | cmyk(0%, 46%, 85%, 31%) |
| LAB | lab(48.7 27.8 49.7) |
| LCH | lch(48.7 56.9 60.7) |
| OKLCH | oklch(0.568 0.129 55.2) |
Copy-ready code
/* CSS */
color: #af5f1b;
background-color: #af5f1b;
/* Tailwind (arbitrary) */
class="text-[#af5f1b] bg-[#af5f1b]"
/* SCSS */
$brand: #af5f1b;
/* SwiftUI */
Color(red: 0.686, green: 0.373, blue: 0.106)
/* Android */
Color.parseColor("#af5f1b")Accessibility — WCAG contrast
Aa
#af5f1b on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5f1b on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.3%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow84.6%
Key (black)31.4%
Color previews
#af5f1b text on a black background
contrast 4.48:1
Card sample
#af5f1b text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5f1b;
Background color
Panel with #af5f1b background
background-color: #af5f1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5f1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 95, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 95, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5f1b; background: linear-gradient(135deg, #af5f1b, #9CAF1B);