#661909
a deep, electric red · warm · closest name: maroon
RGB
102, 25, 9
HSL
10°, 84%, 22%
CMYK
0, 76, 91, 60
Luminance
0.0354
Every format
| HEX | #661909 |
| RGB | rgb(102, 25, 9) |
| HSL | hsl(10, 84%, 22%) |
| CMYK | cmyk(0%, 76%, 91%, 60%) |
| LAB | lab(22.1 33.5 29.0) |
| LCH | lch(22.1 44.4 40.9) |
| OKLCH | oklch(0.341 0.113 33.3) |
Copy-ready code
/* CSS */
color: #661909;
background-color: #661909;
/* Tailwind (arbitrary) */
class="text-[#661909] bg-[#661909]"
/* SCSS */
$brand: #661909;
/* SwiftUI */
Color(red: 0.400, green: 0.098, blue: 0.035)
/* Android */
Color.parseColor("#661909")Accessibility — WCAG contrast
Aa
#661909 on white: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#661909 on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green9.8%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta75.5%
Yellow91.2%
Key (black)60.0%
Color previews
#661909 text on a black background
contrast 1.71:1
Card sample
#661909 text on a white background
contrast 12.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #661909;
Background color
Panel with #661909 background
background-color: #661909;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #661909;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 25, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 25, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #661909; background: linear-gradient(135deg, #661909, #665709);