#1a112c
a deep, soft violet · warm · closest name: black
RGB
26, 17, 44
HSL
260°, 44%, 12%
CMYK
41, 61, 0, 83
Luminance
0.0080
Every format
| HEX | #1a112c |
| RGB | rgb(26, 17, 44) |
| HSL | hsl(260, 44%, 12%) |
| CMYK | cmyk(41%, 61%, 0%, 83%) |
| LAB | lab(7.3 12.2 -16.6) |
| LCH | lch(7.3 20.6 306.4) |
| OKLCH | oklch(0.205 0.053 296.9) |
Copy-ready code
/* CSS */
color: #1a112c;
background-color: #1a112c;
/* Tailwind (arbitrary) */
class="text-[#1a112c] bg-[#1a112c]"
/* SCSS */
$brand: #1a112c;
/* SwiftUI */
Color(red: 0.102, green: 0.067, blue: 0.173)
/* Android */
Color.parseColor("#1a112c")Accessibility — WCAG contrast
Aa
#1a112c on white: 18.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1a112c on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green6.7%
Blue17.3%
CMYK percentages
Cyan40.9%
Magenta61.4%
Yellow0.0%
Key (black)82.7%
Color previews
#1a112c text on a black background
contrast 1.16:1
Card sample
#1a112c text on a white background
contrast 18.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a112c;
Background color
Panel with #1a112c background
background-color: #1a112c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a112c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 17, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 17, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a112c; background: linear-gradient(135deg, #1a112c, #2C112C);