#10142d
a deep, vivid blue · warm · closest name: black
RGB
16, 20, 45
HSL
232°, 48%, 12%
CMYK
64, 56, 0, 82
Luminance
0.0080
Every format
| HEX | #10142d |
| RGB | rgb(16, 20, 45) |
| HSL | hsl(232, 48%, 12%) |
| CMYK | cmyk(64%, 56%, 0%, 82%) |
| LAB | lab(7.2 7.1 -17.4) |
| LCH | lch(7.2 18.9 292.2) |
| OKLCH | oklch(0.203 0.050 274.2) |
Copy-ready code
/* CSS */
color: #10142d;
background-color: #10142d;
/* Tailwind (arbitrary) */
class="text-[#10142d] bg-[#10142d]"
/* SCSS */
$brand: #10142d;
/* SwiftUI */
Color(red: 0.063, green: 0.078, blue: 0.176)
/* Android */
Color.parseColor("#10142d")Accessibility — WCAG contrast
Aa
#10142d on white: 18.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#10142d on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green7.8%
Blue17.6%
CMYK percentages
Cyan64.4%
Magenta55.6%
Yellow0.0%
Key (black)82.4%
Color previews
#10142d text on a black background
contrast 1.16:1
Card sample
#10142d text on a white background
contrast 18.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #10142d;
Background color
Panel with #10142d background
background-color: #10142d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #10142d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 20, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 20, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #10142d; background: linear-gradient(135deg, #10142d, #1F102D);