#0f1007
a deep, soft yellow · cool · closest name: black
RGB
15, 16, 7
HSL
67°, 39%, 5%
CMYK
6, 0, 56, 94
Luminance
0.0049
Every format
| HEX | #0f1007 |
| RGB | rgb(15, 16, 7) |
| HSL | hsl(67, 39%, 5%) |
| CMYK | cmyk(6%, 0%, 56%, 94%) |
| LAB | lab(4.4 -1.8 3.7) |
| LCH | lch(4.4 4.1 115.4) |
| OKLCH | oklch(0.169 0.018 113.4) |
Copy-ready code
/* CSS */
color: #0f1007;
background-color: #0f1007;
/* Tailwind (arbitrary) */
class="text-[#0f1007] bg-[#0f1007]"
/* SCSS */
$brand: #0f1007;
/* SwiftUI */
Color(red: 0.059, green: 0.063, blue: 0.027)
/* Android */
Color.parseColor("#0f1007")Accessibility — WCAG contrast
Aa
#0f1007 on white: 19.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f1007 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green6.3%
Blue2.7%
CMYK percentages
Cyan6.2%
Magenta0.0%
Yellow56.2%
Key (black)93.7%
Color previews
#0f1007 text on a black background
contrast 1.10:1
Card sample
#0f1007 text on a white background
contrast 19.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f1007;
Background color
Panel with #0f1007 background
background-color: #0f1007;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f1007;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 16, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 16, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f1007; background: linear-gradient(135deg, #0f1007, #091007);