#1f110c
a deep, soft orange · warm · closest name: black
RGB
31, 17, 12
HSL
16°, 44%, 8%
CMYK
0, 45, 61, 88
Luminance
0.0072
Every format
| HEX | #1f110c |
| RGB | rgb(31, 17, 12) |
| HSL | hsl(16, 44%, 8%) |
| CMYK | cmyk(0%, 45%, 61%, 88%) |
| LAB | lab(6.5 6.1 4.9) |
| LCH | lch(6.5 7.8 38.6) |
| OKLCH | oklch(0.196 0.026 40.4) |
Copy-ready code
/* CSS */
color: #1f110c;
background-color: #1f110c;
/* Tailwind (arbitrary) */
class="text-[#1f110c] bg-[#1f110c]"
/* SCSS */
$brand: #1f110c;
/* SwiftUI */
Color(red: 0.122, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#1f110c")Accessibility — WCAG contrast
Aa
#1f110c on white: 18.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f110c on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta45.2%
Yellow61.3%
Key (black)87.8%
Color previews
#1f110c text on a black background
contrast 1.14:1
Card sample
#1f110c text on a white background
contrast 18.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f110c;
Background color
Panel with #1f110c background
background-color: #1f110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f110c; background: linear-gradient(135deg, #1f110c, #1F1E0C);