#25110c
a deep, vivid red · warm · closest name: black
RGB
37, 17, 12
HSL
12°, 51%, 10%
CMYK
0, 54, 68, 86
Luminance
0.0082
Every format
| HEX | #25110c |
| RGB | rgb(37, 17, 12) |
| HSL | hsl(12, 51%, 10%) |
| CMYK | cmyk(0%, 54%, 68%, 86%) |
| LAB | lab(7.4 9.7 6.3) |
| LCH | lch(7.4 11.6 33.1) |
| OKLCH | oklch(0.205 0.035 34.9) |
Copy-ready code
/* CSS */
color: #25110c;
background-color: #25110c;
/* Tailwind (arbitrary) */
class="text-[#25110c] bg-[#25110c]"
/* SCSS */
$brand: #25110c;
/* SwiftUI */
Color(red: 0.145, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#25110c")Accessibility — WCAG contrast
Aa
#25110c on white: 18.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#25110c on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta54.1%
Yellow67.6%
Key (black)85.5%
Color previews
#25110c text on a black background
contrast 1.16:1
Card sample
#25110c text on a white background
contrast 18.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25110c;
Background color
Panel with #25110c background
background-color: #25110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25110c; background: linear-gradient(135deg, #25110c, #25220C);