#19110c
a deep, soft orange · warm · closest name: black
RGB
25, 17, 12
HSL
23°, 35%, 7%
CMYK
0, 32, 52, 90
Luminance
0.0063
Every format
| HEX | #19110c |
| RGB | rgb(25, 17, 12) |
| HSL | hsl(23, 35%, 7%) |
| CMYK | cmyk(0%, 32%, 52%, 90%) |
| LAB | lab(5.7 2.7 3.6) |
| LCH | lch(5.7 4.5 53.9) |
| OKLCH | oklch(0.186 0.017 53.4) |
Copy-ready code
/* CSS */
color: #19110c;
background-color: #19110c;
/* Tailwind (arbitrary) */
class="text-[#19110c] bg-[#19110c]"
/* SCSS */
$brand: #19110c;
/* SwiftUI */
Color(red: 0.098, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#19110c")Accessibility — WCAG contrast
Aa
#19110c on white: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#19110c on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow52.0%
Key (black)90.2%
Color previews
#19110c text on a black background
contrast 1.13:1
Card sample
#19110c text on a white background
contrast 18.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19110c;
Background color
Panel with #19110c background
background-color: #19110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19110c; background: linear-gradient(135deg, #19110c, #18190C);