#634821
a dark, vivid orange · warm · closest name: sienna
RGB
99, 72, 33
HSL
36°, 50%, 26%
CMYK
0, 27, 67, 61
Luminance
0.0740
Every format
| HEX | #634821 |
| RGB | rgb(99, 72, 33) |
| HSL | hsl(36, 50%, 26%) |
| CMYK | cmyk(0%, 27%, 67%, 61%) |
| LAB | lab(32.7 6.8 27.4) |
| LCH | lch(32.7 28.3 76.1) |
| OKLCH | oklch(0.422 0.066 74.4) |
Copy-ready code
/* CSS */
color: #634821;
background-color: #634821;
/* Tailwind (arbitrary) */
class="text-[#634821] bg-[#634821]"
/* SCSS */
$brand: #634821;
/* SwiftUI */
Color(red: 0.388, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#634821")Accessibility — WCAG contrast
Aa
#634821 on white: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#634821 on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green28.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow66.7%
Key (black)61.2%
Color previews
#634821 text on a black background
contrast 2.48:1
Card sample
#634821 text on a white background
contrast 8.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #634821;
Background color
Panel with #634821 background
background-color: #634821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #634821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #634821; background: linear-gradient(135deg, #634821, #526321);