#111107
a deep, soft yellow · cool · closest name: black
RGB
17, 17, 7
HSL
60°, 42%, 5%
CMYK
0, 0, 59, 93
Luminance
0.0054
Every format
| HEX | #111107 |
| RGB | rgb(17, 17, 7) |
| HSL | hsl(60, 42%, 5%) |
| CMYK | cmyk(0%, 0%, 59%, 93%) |
| LAB | lab(4.8 -1.6 4.3) |
| LCH | lch(4.8 4.6 110.1) |
| OKLCH | oklch(0.174 0.020 108.3) |
Copy-ready code
/* CSS */
color: #111107;
background-color: #111107;
/* Tailwind (arbitrary) */
class="text-[#111107] bg-[#111107]"
/* SCSS */
$brand: #111107;
/* SwiftUI */
Color(red: 0.067, green: 0.067, blue: 0.027)
/* Android */
Color.parseColor("#111107")Accessibility — WCAG contrast
Aa
#111107 on white: 18.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#111107 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green6.7%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow58.8%
Key (black)93.3%
Color previews
#111107 text on a black background
contrast 1.11:1
Card sample
#111107 text on a white background
contrast 18.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #111107;
Background color
Panel with #111107 background
background-color: #111107;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #111107;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 17, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 17, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #111107; background: linear-gradient(135deg, #111107, #0A1107);