#12120f
a deep, muted yellow · cool · closest name: black
RGB
18, 18, 15
HSL
60°, 9%, 7%
CMYK
0, 0, 17, 93
Luminance
0.0060
Every format
| HEX | #12120f |
| RGB | rgb(18, 18, 15) |
| HSL | hsl(60, 9%, 7%) |
| CMYK | cmyk(0%, 0%, 17%, 93%) |
| LAB | lab(5.4 -0.6 1.6) |
| LCH | lch(5.4 1.7 110.0) |
| OKLCH | oklch(0.181 0.006 107.0) |
Copy-ready code
/* CSS */
color: #12120f;
background-color: #12120f;
/* Tailwind (arbitrary) */
class="text-[#12120f] bg-[#12120f]"
/* SCSS */
$brand: #12120f;
/* SwiftUI */
Color(red: 0.071, green: 0.071, blue: 0.059)
/* Android */
Color.parseColor("#12120f")Accessibility — WCAG contrast
Aa
#12120f on white: 18.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#12120f on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green7.1%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow16.7%
Key (black)92.9%
Color previews
#12120f text on a black background
contrast 1.12:1
Card sample
#12120f text on a white background
contrast 18.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12120f;
Background color
Panel with #12120f background
background-color: #12120f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12120f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 18, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 18, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12120f; background: linear-gradient(135deg, #12120f, #10120F);