#67241a
a dark, vivid red · warm · closest name: sienna
RGB
103, 36, 26
HSL
8°, 60%, 25%
CMYK
0, 65, 75, 60
Luminance
0.0422
Every format
| HEX | #67241a |
| RGB | rgb(103, 36, 26) |
| HSL | hsl(8, 60%, 25%) |
| CMYK | cmyk(0%, 65%, 75%, 60%) |
| LAB | lab(24.4 29.4 22.2) |
| LCH | lch(24.4 36.9 37.0) |
| OKLCH | oklch(0.359 0.099 30.9) |
Copy-ready code
/* CSS */
color: #67241a;
background-color: #67241a;
/* Tailwind (arbitrary) */
class="text-[#67241a] bg-[#67241a]"
/* SCSS */
$brand: #67241a;
/* SwiftUI */
Color(red: 0.404, green: 0.141, blue: 0.102)
/* Android */
Color.parseColor("#67241a")Accessibility — WCAG contrast
Aa
#67241a on white: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#67241a on black: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green14.1%
Blue10.2%
CMYK percentages
Cyan0.0%
Magenta65.0%
Yellow74.8%
Key (black)59.6%
Color previews
#67241a text on a black background
contrast 1.84:1
Card sample
#67241a text on a white background
contrast 11.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67241a;
Background color
Panel with #67241a background
background-color: #67241a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67241a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 36, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 36, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67241a; background: linear-gradient(135deg, #67241a, #67571A);