#641908
a deep, electric red · warm · closest name: maroon
RGB
100, 25, 8
HSL
11°, 85%, 21%
CMYK
0, 75, 92, 61
Luminance
0.0342
Every format
| HEX | #641908 |
| RGB | rgb(100, 25, 8) |
| HSL | hsl(11, 85%, 21%) |
| CMYK | cmyk(0%, 75%, 92%, 61%) |
| LAB | lab(21.7 32.8 28.9) |
| LCH | lch(21.7 43.7 41.4) |
| OKLCH | oklch(0.337 0.110 33.9) |
Copy-ready code
/* CSS */
color: #641908;
background-color: #641908;
/* Tailwind (arbitrary) */
class="text-[#641908] bg-[#641908]"
/* SCSS */
$brand: #641908;
/* SwiftUI */
Color(red: 0.392, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#641908")Accessibility — WCAG contrast
Aa
#641908 on white: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#641908 on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow92.0%
Key (black)60.8%
Color previews
#641908 text on a black background
contrast 1.68:1
Card sample
#641908 text on a white background
contrast 12.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #641908;
Background color
Panel with #641908 background
background-color: #641908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #641908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #641908; background: linear-gradient(135deg, #641908, #645608);