#662211
a deep, vivid red · warm · closest name: maroon
RGB
102, 34, 17
HSL
12°, 71%, 23%
CMYK
0, 67, 83, 60
Luminance
0.0401
Every format
| HEX | #662211 |
| RGB | rgb(102, 34, 17) |
| HSL | hsl(12, 71%, 23%) |
| CMYK | cmyk(0%, 67%, 83%, 60%) |
| LAB | lab(23.7 29.6 26.9) |
| LCH | lch(23.7 40.0 42.2) |
| OKLCH | oklch(0.353 0.102 35.1) |
Copy-ready code
/* CSS */
color: #662211;
background-color: #662211;
/* Tailwind (arbitrary) */
class="text-[#662211] bg-[#662211]"
/* SCSS */
$brand: #662211;
/* SwiftUI */
Color(red: 0.400, green: 0.133, blue: 0.067)
/* Android */
Color.parseColor("#662211")Accessibility — WCAG contrast
Aa
#662211 on white: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#662211 on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green13.3%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow83.3%
Key (black)60.0%
Color previews
#662211 text on a black background
contrast 1.80:1
Card sample
#662211 text on a white background
contrast 11.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #662211;
Background color
Panel with #662211 background
background-color: #662211;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #662211;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 34, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 34, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #662211; background: linear-gradient(135deg, #662211, #665B11);