#af633c
a balanced, vivid orange · warm · closest name: sienna
RGB
175, 99, 60
HSL
20°, 49%, 46%
CMYK
0, 43, 66, 31
Luminance
0.1836
Every format
| HEX | #af633c |
| RGB | rgb(175, 99, 60) |
| HSL | hsl(20, 49%, 46%) |
| CMYK | cmyk(0%, 43%, 66%, 31%) |
| LAB | lab(49.9 27.2 35.1) |
| LCH | lch(49.9 44.4 52.2) |
| OKLCH | oklch(0.579 0.112 46.8) |
Copy-ready code
/* CSS */
color: #af633c;
background-color: #af633c;
/* Tailwind (arbitrary) */
class="text-[#af633c] bg-[#af633c]"
/* SCSS */
$brand: #af633c;
/* SwiftUI */
Color(red: 0.686, green: 0.388, blue: 0.235)
/* Android */
Color.parseColor("#af633c")Accessibility — WCAG contrast
Aa
#af633c on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af633c on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.8%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta43.4%
Yellow65.7%
Key (black)31.4%
Color previews
#af633c text on a black background
contrast 4.67:1
Card sample
#af633c text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af633c;
Background color
Panel with #af633c background
background-color: #af633c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af633c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 99, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 99, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af633c; background: linear-gradient(135deg, #af633c, #AEAF3C);