#1f140a
a deep, vivid orange · warm · closest name: black
RGB
31, 20, 10
HSL
29°, 51%, 8%
CMYK
0, 36, 68, 88
Luminance
0.0081
Every format
| HEX | #1f140a |
| RGB | rgb(31, 20, 10) |
| HSL | hsl(29, 51%, 8%) |
| CMYK | cmyk(0%, 36%, 68%, 88%) |
| LAB | lab(7.3 4.0 7.0) |
| LCH | lch(7.3 8.0 60.5) |
| OKLCH | oklch(0.203 0.026 62.8) |
Copy-ready code
/* CSS */
color: #1f140a;
background-color: #1f140a;
/* Tailwind (arbitrary) */
class="text-[#1f140a] bg-[#1f140a]"
/* SCSS */
$brand: #1f140a;
/* SwiftUI */
Color(red: 0.122, green: 0.078, blue: 0.039)
/* Android */
Color.parseColor("#1f140a")Accessibility — WCAG contrast
Aa
#1f140a on white: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f140a on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green7.8%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta35.5%
Yellow67.7%
Key (black)87.8%
Color previews
#1f140a text on a black background
contrast 1.16:1
Card sample
#1f140a text on a white background
contrast 18.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f140a;
Background color
Panel with #1f140a background
background-color: #1f140a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f140a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 20, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 20, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f140a; background: linear-gradient(135deg, #1f140a, #1C1F0A);