#462a2a
a deep, soft red · warm · closest name: black
RGB
70, 42, 42
HSL
0°, 25%, 22%
CMYK
0, 40, 40, 73
Luminance
0.0313
Every format
| HEX | #462a2a |
| RGB | rgb(70, 42, 42) |
| HSL | hsl(0, 25%, 22%) |
| CMYK | cmyk(0%, 40%, 40%, 73%) |
| LAB | lab(20.5 13.1 5.5) |
| LCH | lch(20.5 14.1 22.7) |
| OKLCH | oklch(0.320 0.042 19.6) |
Copy-ready code
/* CSS */
color: #462a2a;
background-color: #462a2a;
/* Tailwind (arbitrary) */
class="text-[#462a2a] bg-[#462a2a]"
/* SCSS */
$brand: #462a2a;
/* SwiftUI */
Color(red: 0.275, green: 0.165, blue: 0.165)
/* Android */
Color.parseColor("#462a2a")Accessibility — WCAG contrast
Aa
#462a2a on white: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#462a2a on black: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green16.5%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow40.0%
Key (black)72.5%
Color previews
#462a2a text on a black background
contrast 1.63:1
Card sample
#462a2a text on a white background
contrast 12.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #462a2a;
Background color
Panel with #462a2a background
background-color: #462a2a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #462a2a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 42, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 42, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #462a2a; background: linear-gradient(135deg, #462a2a, #463D2A);