#10140c
a deep, soft green · cool · closest name: black
RGB
16, 20, 12
HSL
90°, 25%, 6%
CMYK
20, 0, 40, 92
Luminance
0.0064
Every format
| HEX | #10140c |
| RGB | rgb(16, 20, 12) |
| HSL | hsl(90, 25%, 6%) |
| CMYK | cmyk(20%, 0%, 40%, 92%) |
| LAB | lab(5.8 -3.1 3.6) |
| LCH | lch(5.8 4.7 130.6) |
| OKLCH | oklch(0.184 0.017 129.5) |
Copy-ready code
/* CSS */
color: #10140c;
background-color: #10140c;
/* Tailwind (arbitrary) */
class="text-[#10140c] bg-[#10140c]"
/* SCSS */
$brand: #10140c;
/* SwiftUI */
Color(red: 0.063, green: 0.078, blue: 0.047)
/* Android */
Color.parseColor("#10140c")Accessibility — WCAG contrast
Aa
#10140c on white: 18.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#10140c on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green7.8%
Blue4.7%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow40.0%
Key (black)92.2%
Color previews
#10140c text on a black background
contrast 1.13:1
Card sample
#10140c text on a white background
contrast 18.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #10140c;
Background color
Panel with #10140c background
background-color: #10140c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #10140c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 20, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 20, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #10140c; background: linear-gradient(135deg, #10140c, #0C140D);