#af6342
a balanced, vivid orange · warm · closest name: sienna
RGB
175, 99, 66
HSL
18°, 45%, 47%
CMYK
0, 43, 62, 31
Luminance
0.1843
Every format
| HEX | #af6342 |
| RGB | rgb(175, 99, 66) |
| HSL | hsl(18, 45%, 47%) |
| CMYK | cmyk(0%, 43%, 62%, 31%) |
| LAB | lab(50.0 27.6 31.9) |
| LCH | lch(50.0 42.1 49.1) |
| OKLCH | oklch(0.579 0.109 43.6) |
Copy-ready code
/* CSS */
color: #af6342;
background-color: #af6342;
/* Tailwind (arbitrary) */
class="text-[#af6342] bg-[#af6342]"
/* SCSS */
$brand: #af6342;
/* SwiftUI */
Color(red: 0.686, green: 0.388, blue: 0.259)
/* Android */
Color.parseColor("#af6342")Accessibility — WCAG contrast
Aa
#af6342 on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6342 on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.8%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta43.4%
Yellow62.3%
Key (black)31.4%
Color previews
#af6342 text on a black background
contrast 4.69:1
Card sample
#af6342 text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6342;
Background color
Panel with #af6342 background
background-color: #af6342;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6342;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 99, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 99, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6342; background: linear-gradient(135deg, #af6342, #AFAC42);