#634621
a dark, vivid orange · warm · closest name: sienna
RGB
99, 70, 33
HSL
34°, 50%, 26%
CMYK
0, 29, 67, 61
Luminance
0.0714
Every format
| HEX | #634621 |
| RGB | rgb(99, 70, 33) |
| HSL | hsl(34, 50%, 26%) |
| CMYK | cmyk(0%, 29%, 67%, 61%) |
| LAB | lab(32.1 8.1 26.8) |
| LCH | lch(32.1 28.0 73.3) |
| OKLCH | oklch(0.418 0.066 71.0) |
Copy-ready code
/* CSS */
color: #634621;
background-color: #634621;
/* Tailwind (arbitrary) */
class="text-[#634621] bg-[#634621]"
/* SCSS */
$brand: #634621;
/* SwiftUI */
Color(red: 0.388, green: 0.275, blue: 0.129)
/* Android */
Color.parseColor("#634621")Accessibility — WCAG contrast
Aa
#634621 on white: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#634621 on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green27.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta29.3%
Yellow66.7%
Key (black)61.2%
Color previews
#634621 text on a black background
contrast 2.43:1
Card sample
#634621 text on a white background
contrast 8.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #634621;
Background color
Panel with #634621 background
background-color: #634621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #634621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 70, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 70, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #634621; background: linear-gradient(135deg, #634621, #546321);