#140a29
a deep, vivid violet · warm · closest name: black
RGB
20, 10, 41
HSL
259°, 61%, 10%
CMYK
51, 76, 0, 84
Luminance
0.0053
Every format
| HEX | #140a29 |
| RGB | rgb(20, 10, 41) |
| HSL | hsl(259, 61%, 10%) |
| CMYK | cmyk(51%, 76%, 0%, 84%) |
| LAB | lab(4.8 12.2 -18.3) |
| LCH | lch(4.8 22.0 303.6) |
| OKLCH | oklch(0.180 0.060 294.4) |
Copy-ready code
/* CSS */
color: #140a29;
background-color: #140a29;
/* Tailwind (arbitrary) */
class="text-[#140a29] bg-[#140a29]"
/* SCSS */
$brand: #140a29;
/* SwiftUI */
Color(red: 0.078, green: 0.039, blue: 0.161)
/* Android */
Color.parseColor("#140a29")Accessibility — WCAG contrast
Aa
#140a29 on white: 19.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#140a29 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green3.9%
Blue16.1%
CMYK percentages
Cyan51.2%
Magenta75.6%
Yellow0.0%
Key (black)83.9%
Color previews
#140a29 text on a black background
contrast 1.11:1
Card sample
#140a29 text on a white background
contrast 19.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #140a29;
Background color
Panel with #140a29 background
background-color: #140a29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #140a29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 10, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 10, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #140a29; background: linear-gradient(135deg, #140a29, #290A29);