#301310
a deep, vivid red · warm · closest name: black
RGB
48, 19, 16
HSL
6°, 50%, 13%
CMYK
0, 60, 67, 81
Luminance
0.0113
Every format
| HEX | #301310 |
| RGB | rgb(48, 19, 16) |
| HSL | hsl(6, 50%, 13%) |
| CMYK | cmyk(0%, 60%, 67%, 81%) |
| LAB | lab(10.0 14.4 8.3) |
| LCH | lch(10.0 16.6 30.1) |
| OKLCH | oklch(0.230 0.048 27.5) |
Copy-ready code
/* CSS */
color: #301310;
background-color: #301310;
/* Tailwind (arbitrary) */
class="text-[#301310] bg-[#301310]"
/* SCSS */
$brand: #301310;
/* SwiftUI */
Color(red: 0.188, green: 0.075, blue: 0.063)
/* Android */
Color.parseColor("#301310")Accessibility — WCAG contrast
Aa
#301310 on white: 17.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#301310 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green7.5%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta60.4%
Yellow66.7%
Key (black)81.2%
Color previews
#301310 text on a black background
contrast 1.23:1
Card sample
#301310 text on a white background
contrast 17.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #301310;
Background color
Panel with #301310 background
background-color: #301310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #301310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 19, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 19, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #301310; background: linear-gradient(135deg, #301310, #302810);