#18110c
a deep, soft orange · warm · closest name: black
RGB
24, 17, 12
HSL
25°, 33%, 7%
CMYK
0, 29, 50, 91
Luminance
0.0062
Every format
| HEX | #18110c |
| RGB | rgb(24, 17, 12) |
| HSL | hsl(25, 33%, 7%) |
| CMYK | cmyk(0%, 29%, 50%, 91%) |
| LAB | lab(5.6 2.2 3.5) |
| LCH | lch(5.6 4.1 58.2) |
| OKLCH | oklch(0.185 0.015 57.1) |
Copy-ready code
/* CSS */
color: #18110c;
background-color: #18110c;
/* Tailwind (arbitrary) */
class="text-[#18110c] bg-[#18110c]"
/* SCSS */
$brand: #18110c;
/* SwiftUI */
Color(red: 0.094, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#18110c")Accessibility — WCAG contrast
Aa
#18110c on white: 18.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#18110c on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta29.2%
Yellow50.0%
Key (black)90.6%
Color previews
#18110c text on a black background
contrast 1.12:1
Card sample
#18110c text on a white background
contrast 18.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18110c;
Background color
Panel with #18110c background
background-color: #18110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18110c; background: linear-gradient(135deg, #18110c, #17180C);