#af6700
a dark, electric orange · warm · closest name: chocolate
RGB
175, 103, 0
HSL
35°, 100%, 34%
CMYK
0, 41, 100, 31
Luminance
0.1881
Every format
| HEX | #af6700 |
| RGB | rgb(175, 103, 0) |
| HSL | hsl(35, 100%, 34%) |
| CMYK | cmyk(0%, 41%, 100%, 31%) |
| LAB | lab(50.5 22.9 58.2) |
| LCH | lch(50.5 62.5 68.5) |
| OKLCH | oklch(0.582 0.131 64.3) |
Copy-ready code
/* CSS */
color: #af6700;
background-color: #af6700;
/* Tailwind (arbitrary) */
class="text-[#af6700] bg-[#af6700]"
/* SCSS */
$brand: #af6700;
/* SwiftUI */
Color(red: 0.686, green: 0.404, blue: 0.000)
/* Android */
Color.parseColor("#af6700")Accessibility — WCAG contrast
Aa
#af6700 on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6700 on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green40.4%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta41.1%
Yellow100.0%
Key (black)31.4%
Color previews
#af6700 text on a black background
contrast 4.76:1
Card sample
#af6700 text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6700;
Background color
Panel with #af6700 background
background-color: #af6700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 103, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 103, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6700; background: linear-gradient(135deg, #af6700, #82AF00);