#633221
a dark, vivid orange · warm · closest name: sienna
RGB
99, 50, 33
HSL
16°, 50%, 26%
CMYK
0, 50, 67, 61
Luminance
0.0504
Every format
| HEX | #633221 |
| RGB | rgb(99, 50, 33) |
| HSL | hsl(16, 50%, 26%) |
| CMYK | cmyk(0%, 50%, 67%, 61%) |
| LAB | lab(26.9 20.4 20.6) |
| LCH | lch(26.9 28.9 45.3) |
| OKLCH | oklch(0.377 0.076 39.7) |
Copy-ready code
/* CSS */
color: #633221;
background-color: #633221;
/* Tailwind (arbitrary) */
class="text-[#633221] bg-[#633221]"
/* SCSS */
$brand: #633221;
/* SwiftUI */
Color(red: 0.388, green: 0.196, blue: 0.129)
/* Android */
Color.parseColor("#633221")Accessibility — WCAG contrast
Aa
#633221 on white: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#633221 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green19.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta49.5%
Yellow66.7%
Key (black)61.2%
Color previews
#633221 text on a black background
contrast 2.01:1
Card sample
#633221 text on a white background
contrast 10.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #633221;
Background color
Panel with #633221 background
background-color: #633221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #633221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 50, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 50, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #633221; background: linear-gradient(135deg, #633221, #635E21);