#140038
a deep, electric violet · warm · closest name: midnightblue
RGB
20, 0, 56
HSL
261°, 100%, 11%
CMYK
64, 100, 0, 78
Luminance
0.0043
Every format
| HEX | #140038 |
| RGB | rgb(20, 0, 56) |
| HSL | hsl(261, 100%, 11%) |
| CMYK | cmyk(64%, 100%, 0%, 78%) |
| LAB | lab(3.9 23.8 -30.9) |
| LCH | lch(3.9 39.0 307.6) |
| OKLCH | oklch(0.177 0.100 290.2) |
Copy-ready code
/* CSS */
color: #140038;
background-color: #140038;
/* Tailwind (arbitrary) */
class="text-[#140038] bg-[#140038]"
/* SCSS */
$brand: #140038;
/* SwiftUI */
Color(red: 0.078, green: 0.000, blue: 0.220)
/* Android */
Color.parseColor("#140038")Accessibility — WCAG contrast
Aa
#140038 on white: 19.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#140038 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green0.0%
Blue22.0%
CMYK percentages
Cyan64.3%
Magenta100.0%
Yellow0.0%
Key (black)78.0%
Color previews
#140038 text on a black background
contrast 1.09:1
Card sample
#140038 text on a white background
contrast 19.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #140038;
Background color
Panel with #140038 background
background-color: #140038;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #140038;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 0, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 0, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #140038; background: linear-gradient(135deg, #140038, #380037);