#10141f
a deep, soft blue · cool · closest name: black
RGB
16, 20, 31
HSL
224°, 32%, 9%
CMYK
48, 36, 0, 88
Luminance
0.0071
Every format
| HEX | #10141f |
| RGB | rgb(16, 20, 31) |
| HSL | hsl(224, 32%, 9%) |
| CMYK | cmyk(48%, 36%, 0%, 88%) |
| LAB | lab(6.4 1.5 -8.2) |
| LCH | lch(6.4 8.3 280.5) |
| OKLCH | oklch(0.193 0.023 268.8) |
Copy-ready code
/* CSS */
color: #10141f;
background-color: #10141f;
/* Tailwind (arbitrary) */
class="text-[#10141f] bg-[#10141f]"
/* SCSS */
$brand: #10141f;
/* SwiftUI */
Color(red: 0.063, green: 0.078, blue: 0.122)
/* Android */
Color.parseColor("#10141f")Accessibility — WCAG contrast
Aa
#10141f on white: 18.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#10141f on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green7.8%
Blue12.2%
CMYK percentages
Cyan48.4%
Magenta35.5%
Yellow0.0%
Key (black)87.8%
Color previews
#10141f text on a black background
contrast 1.14:1
Card sample
#10141f text on a white background
contrast 18.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #10141f;
Background color
Panel with #10141f background
background-color: #10141f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #10141f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 20, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 20, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #10141f; background: linear-gradient(135deg, #10141f, #16101F);