#301c21
a deep, soft red · warm · closest name: black
RGB
48, 28, 33
HSL
345°, 26%, 15%
CMYK
0, 42, 31, 81
Luminance
0.0157
Every format
| HEX | #301c21 |
| RGB | rgb(48, 28, 33) |
| HSL | hsl(345, 26%, 15%) |
| CMYK | cmyk(0%, 42%, 31%, 81%) |
| LAB | lab(13.0 10.7 0.7) |
| LCH | lch(13.0 10.8 3.6) |
| OKLCH | oklch(0.255 0.033 3.3) |
Copy-ready code
/* CSS */
color: #301c21;
background-color: #301c21;
/* Tailwind (arbitrary) */
class="text-[#301c21] bg-[#301c21]"
/* SCSS */
$brand: #301c21;
/* SwiftUI */
Color(red: 0.188, green: 0.110, blue: 0.129)
/* Android */
Color.parseColor("#301c21")Accessibility — WCAG contrast
Aa
#301c21 on white: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#301c21 on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green11.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow31.3%
Key (black)81.2%
Color previews
#301c21 text on a black background
contrast 1.31:1
Card sample
#301c21 text on a white background
contrast 15.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #301c21;
Background color
Panel with #301c21 background
background-color: #301c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #301c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 28, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 28, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #301c21; background: linear-gradient(135deg, #301c21, #30241C);