#662200
a deep, electric orange · warm · closest name: maroon
RGB
102, 34, 0
HSL
20°, 100%, 20%
CMYK
0, 67, 100, 60
Luminance
0.0397
Every format
| HEX | #662200 |
| RGB | rgb(102, 34, 0) |
| HSL | hsl(20, 100%, 20%) |
| CMYK | cmyk(0%, 67%, 100%, 60%) |
| LAB | lab(23.6 29.1 34.2) |
| LCH | lch(23.6 44.9 49.6) |
| OKLCH | oklch(0.352 0.106 42.1) |
Copy-ready code
/* CSS */
color: #662200;
background-color: #662200;
/* Tailwind (arbitrary) */
class="text-[#662200] bg-[#662200]"
/* SCSS */
$brand: #662200;
/* SwiftUI */
Color(red: 0.400, green: 0.133, blue: 0.000)
/* Android */
Color.parseColor("#662200")Accessibility — WCAG contrast
Aa
#662200 on white: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#662200 on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green13.3%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow100.0%
Key (black)60.0%
Color previews
#662200 text on a black background
contrast 1.79:1
Card sample
#662200 text on a white background
contrast 11.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #662200;
Background color
Panel with #662200 background
background-color: #662200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #662200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 34, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 34, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #662200; background: linear-gradient(135deg, #662200, #666600);