#16110c
a deep, soft orange · warm · closest name: black
RGB
22, 17, 12
HSL
30°, 29%, 7%
CMYK
0, 23, 46, 91
Luminance
0.0060
Every format
| HEX | #16110c |
| RGB | rgb(22, 17, 12) |
| HSL | hsl(30, 29%, 7%) |
| CMYK | cmyk(0%, 23%, 46%, 91%) |
| LAB | lab(5.4 1.2 3.1) |
| LCH | lch(5.4 3.4 69.1) |
| OKLCH | oklch(0.182 0.013 66.9) |
Copy-ready code
/* CSS */
color: #16110c;
background-color: #16110c;
/* Tailwind (arbitrary) */
class="text-[#16110c] bg-[#16110c]"
/* SCSS */
$brand: #16110c;
/* SwiftUI */
Color(red: 0.086, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#16110c")Accessibility — WCAG contrast
Aa
#16110c on white: 18.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#16110c on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow45.5%
Key (black)91.4%
Color previews
#16110c text on a black background
contrast 1.12:1
Card sample
#16110c text on a white background
contrast 18.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16110c;
Background color
Panel with #16110c background
background-color: #16110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16110c; background: linear-gradient(135deg, #16110c, #14160C);