#140736
a deep, electric violet · warm · closest name: midnightblue
RGB
20, 7, 54
HSL
257°, 77%, 12%
CMYK
63, 87, 0, 79
Luminance
0.0057
Every format
| HEX | #140736 |
| RGB | rgb(20, 7, 54) |
| HSL | hsl(257, 77%, 12%) |
| CMYK | cmyk(63%, 87%, 0%, 79%) |
| LAB | lab(5.1 19.6 -27.4) |
| LCH | lch(5.1 33.7 305.6) |
| OKLCH | oklch(0.188 0.085 288.1) |
Copy-ready code
/* CSS */
color: #140736;
background-color: #140736;
/* Tailwind (arbitrary) */
class="text-[#140736] bg-[#140736]"
/* SCSS */
$brand: #140736;
/* SwiftUI */
Color(red: 0.078, green: 0.027, blue: 0.212)
/* Android */
Color.parseColor("#140736")Accessibility — WCAG contrast
Aa
#140736 on white: 18.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#140736 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green2.7%
Blue21.2%
CMYK percentages
Cyan63.0%
Magenta87.0%
Yellow0.0%
Key (black)78.8%
Color previews
#140736 text on a black background
contrast 1.11:1
Card sample
#140736 text on a white background
contrast 18.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #140736;
Background color
Panel with #140736 background
background-color: #140736;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #140736;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 7, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 7, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #140736; background: linear-gradient(135deg, #140736, #330736);