#140538
a deep, electric violet · warm · closest name: midnightblue
RGB
20, 5, 56
HSL
258°, 84%, 12%
CMYK
64, 91, 0, 78
Luminance
0.0054
Every format
| HEX | #140538 |
| RGB | rgb(20, 5, 56) |
| HSL | hsl(258, 84%, 12%) |
| CMYK | cmyk(64%, 91%, 0%, 78%) |
| LAB | lab(4.9 21.5 -29.3) |
| LCH | lch(4.9 36.3 306.3) |
| OKLCH | oklch(0.186 0.091 288.0) |
Copy-ready code
/* CSS */
color: #140538;
background-color: #140538;
/* Tailwind (arbitrary) */
class="text-[#140538] bg-[#140538]"
/* SCSS */
$brand: #140538;
/* SwiftUI */
Color(red: 0.078, green: 0.020, blue: 0.220)
/* Android */
Color.parseColor("#140538")Accessibility — WCAG contrast
Aa
#140538 on white: 18.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#140538 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green2.0%
Blue22.0%
CMYK percentages
Cyan64.3%
Magenta91.1%
Yellow0.0%
Key (black)78.0%
Color previews
#140538 text on a black background
contrast 1.11:1
Card sample
#140538 text on a white background
contrast 18.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #140538;
Background color
Panel with #140538 background
background-color: #140538;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #140538;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 5, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 5, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #140538; background: linear-gradient(135deg, #140538, #360538);