#1a0923
a deep, vivid violet · warm · closest name: black
RGB
26, 9, 35
HSL
279°, 59%, 9%
CMYK
26, 74, 0, 86
Luminance
0.0054
Every format
| HEX | #1a0923 |
| RGB | rgb(26, 9, 35) |
| HSL | hsl(279, 59%, 9%) |
| CMYK | cmyk(26%, 74%, 0%, 86%) |
| LAB | lab(4.8 13.0 -13.6) |
| LCH | lch(4.8 18.8 313.8) |
| OKLCH | oklch(0.181 0.055 312.4) |
Copy-ready code
/* CSS */
color: #1a0923;
background-color: #1a0923;
/* Tailwind (arbitrary) */
class="text-[#1a0923] bg-[#1a0923]"
/* SCSS */
$brand: #1a0923;
/* SwiftUI */
Color(red: 0.102, green: 0.035, blue: 0.137)
/* Android */
Color.parseColor("#1a0923")Accessibility — WCAG contrast
Aa
#1a0923 on white: 18.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1a0923 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green3.5%
Blue13.7%
CMYK percentages
Cyan25.7%
Magenta74.3%
Yellow0.0%
Key (black)86.3%
Color previews
#1a0923 text on a black background
contrast 1.11:1
Card sample
#1a0923 text on a white background
contrast 18.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a0923;
Background color
Panel with #1a0923 background
background-color: #1a0923;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a0923;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 9, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 9, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a0923; background: linear-gradient(135deg, #1a0923, #23091B);