#100f0b
a deep, soft yellow · cool · closest name: black
RGB
16, 15, 11
HSL
48°, 19%, 5%
CMYK
0, 6, 31, 94
Luminance
0.0048
Every format
| HEX | #100f0b |
| RGB | rgb(16, 15, 11) |
| HSL | hsl(48, 19%, 5%) |
| CMYK | cmyk(0%, 6%, 31%, 94%) |
| LAB | lab(4.3 -0.3 1.9) |
| LCH | lch(4.3 1.9 99.2) |
| OKLCH | oklch(0.168 0.008 95.5) |
Copy-ready code
/* CSS */
color: #100f0b;
background-color: #100f0b;
/* Tailwind (arbitrary) */
class="text-[#100f0b] bg-[#100f0b]"
/* SCSS */
$brand: #100f0b;
/* SwiftUI */
Color(red: 0.063, green: 0.059, blue: 0.043)
/* Android */
Color.parseColor("#100f0b")Accessibility — WCAG contrast
Aa
#100f0b on white: 19.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#100f0b on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green5.9%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta6.2%
Yellow31.3%
Key (black)93.7%
Color previews
#100f0b text on a black background
contrast 1.10:1
Card sample
#100f0b text on a white background
contrast 19.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #100f0b;
Background color
Panel with #100f0b background
background-color: #100f0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #100f0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 15, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 15, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #100f0b; background: linear-gradient(135deg, #100f0b, #0E100B);