#664521
a dark, vivid orange · warm · closest name: sienna
RGB
102, 69, 33
HSL
31°, 51%, 27%
CMYK
0, 32, 68, 60
Luminance
0.0719
Every format
| HEX | #664521 |
| RGB | rgb(102, 69, 33) |
| HSL | hsl(31, 51%, 27%) |
| CMYK | cmyk(0%, 32%, 68%, 60%) |
| LAB | lab(32.2 10.1 27.0) |
| LCH | lch(32.2 28.8 69.5) |
| OKLCH | oklch(0.420 0.068 66.4) |
Copy-ready code
/* CSS */
color: #664521;
background-color: #664521;
/* Tailwind (arbitrary) */
class="text-[#664521] bg-[#664521]"
/* SCSS */
$brand: #664521;
/* SwiftUI */
Color(red: 0.400, green: 0.271, blue: 0.129)
/* Android */
Color.parseColor("#664521")Accessibility — WCAG contrast
Aa
#664521 on white: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#664521 on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green27.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta32.4%
Yellow67.6%
Key (black)60.0%
Color previews
#664521 text on a black background
contrast 2.44:1
Card sample
#664521 text on a white background
contrast 8.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #664521;
Background color
Panel with #664521 background
background-color: #664521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #664521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 69, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 69, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #664521; background: linear-gradient(135deg, #664521, #596621);