#af633f
a balanced, vivid orange · warm · closest name: sienna
RGB
175, 99, 63
HSL
19°, 47%, 47%
CMYK
0, 43, 64, 31
Luminance
0.1840
Every format
| HEX | #af633f |
| RGB | rgb(175, 99, 63) |
| HSL | hsl(19, 47%, 47%) |
| CMYK | cmyk(0%, 43%, 64%, 31%) |
| LAB | lab(50.0 27.4 33.5) |
| LCH | lch(50.0 43.3 50.7) |
| OKLCH | oklch(0.579 0.110 45.2) |
Copy-ready code
/* CSS */
color: #af633f;
background-color: #af633f;
/* Tailwind (arbitrary) */
class="text-[#af633f] bg-[#af633f]"
/* SCSS */
$brand: #af633f;
/* SwiftUI */
Color(red: 0.686, green: 0.388, blue: 0.247)
/* Android */
Color.parseColor("#af633f")Accessibility — WCAG contrast
Aa
#af633f on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af633f on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.8%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta43.4%
Yellow64.0%
Key (black)31.4%
Color previews
#af633f text on a black background
contrast 4.68:1
Card sample
#af633f text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af633f;
Background color
Panel with #af633f background
background-color: #af633f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af633f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 99, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 99, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af633f; background: linear-gradient(135deg, #af633f, #AFAE3F);