#28110c
a deep, vivid red · warm · closest name: black
RGB
40, 17, 12
HSL
11°, 54%, 10%
CMYK
0, 58, 70, 84
Luminance
0.0088
Every format
| HEX | #28110c |
| RGB | rgb(40, 17, 12) |
| HSL | hsl(11, 54%, 10%) |
| CMYK | cmyk(0%, 58%, 70%, 84%) |
| LAB | lab(7.9 11.3 7.1) |
| LCH | lch(7.9 13.4 32.2) |
| OKLCH | oklch(0.211 0.040 33.3) |
Copy-ready code
/* CSS */
color: #28110c;
background-color: #28110c;
/* Tailwind (arbitrary) */
class="text-[#28110c] bg-[#28110c]"
/* SCSS */
$brand: #28110c;
/* SwiftUI */
Color(red: 0.157, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#28110c")Accessibility — WCAG contrast
Aa
#28110c on white: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#28110c on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta57.5%
Yellow70.0%
Key (black)84.3%
Color previews
#28110c text on a black background
contrast 1.18:1
Card sample
#28110c text on a white background
contrast 17.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #28110c;
Background color
Panel with #28110c background
background-color: #28110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #28110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #28110c; background: linear-gradient(135deg, #28110c, #28240C);