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