#12110c
a deep, soft yellow · cool · closest name: black
RGB
18, 17, 12
HSL
50°, 20%, 6%
CMYK
0, 6, 33, 93
Luminance
0.0056
Every format
| HEX | #12110c |
| RGB | rgb(18, 17, 12) |
| HSL | hsl(50, 20%, 6%) |
| CMYK | cmyk(0%, 6%, 33%, 93%) |
| LAB | lab(5.0 -0.5 2.5) |
| LCH | lch(5.0 2.6 101.1) |
| OKLCH | oklch(0.177 0.010 97.9) |
Copy-ready code
/* CSS */
color: #12110c;
background-color: #12110c;
/* Tailwind (arbitrary) */
class="text-[#12110c] bg-[#12110c]"
/* SCSS */
$brand: #12110c;
/* SwiftUI */
Color(red: 0.071, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#12110c")Accessibility — WCAG contrast
Aa
#12110c on white: 18.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#12110c on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow33.3%
Key (black)92.9%
Color previews
#12110c text on a black background
contrast 1.11:1
Card sample
#12110c text on a white background
contrast 18.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12110c;
Background color
Panel with #12110c background
background-color: #12110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12110c; background: linear-gradient(135deg, #12110c, #0F120C);