#23110c
a deep, vivid red · warm · closest name: black
RGB
35, 17, 12
HSL
13°, 49%, 9%
CMYK
0, 51, 66, 86
Luminance
0.0078
Every format
| HEX | #23110c |
| RGB | rgb(35, 17, 12) |
| HSL | hsl(13, 49%, 9%) |
| CMYK | cmyk(0%, 51%, 66%, 86%) |
| LAB | lab(7.1 8.6 5.8) |
| LCH | lch(7.1 10.3 34.2) |
| OKLCH | oklch(0.202 0.032 36.3) |
Copy-ready code
/* CSS */
color: #23110c;
background-color: #23110c;
/* Tailwind (arbitrary) */
class="text-[#23110c] bg-[#23110c]"
/* SCSS */
$brand: #23110c;
/* SwiftUI */
Color(red: 0.137, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#23110c")Accessibility — WCAG contrast
Aa
#23110c on white: 18.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#23110c on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow65.7%
Key (black)86.3%
Color previews
#23110c text on a black background
contrast 1.16:1
Card sample
#23110c text on a white background
contrast 18.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #23110c;
Background color
Panel with #23110c background
background-color: #23110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #23110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #23110c; background: linear-gradient(135deg, #23110c, #23200C);