#140c31
a deep, vivid blue · warm · closest name: black
RGB
20, 12, 49
HSL
253°, 61%, 12%
CMYK
59, 76, 0, 81
Luminance
0.0063
Every format
| HEX | #140c31 |
| RGB | rgb(20, 12, 49) |
| HSL | hsl(253, 61%, 12%) |
| CMYK | cmyk(59%, 76%, 0%, 81%) |
| LAB | lab(5.7 15.0 -22.8) |
| LCH | lch(5.7 27.3 303.3) |
| OKLCH | oklch(0.192 0.070 287.9) |
Copy-ready code
/* CSS */
color: #140c31;
background-color: #140c31;
/* Tailwind (arbitrary) */
class="text-[#140c31] bg-[#140c31]"
/* SCSS */
$brand: #140c31;
/* SwiftUI */
Color(red: 0.078, green: 0.047, blue: 0.192)
/* Android */
Color.parseColor("#140c31")Accessibility — WCAG contrast
Aa
#140c31 on white: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#140c31 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green4.7%
Blue19.2%
CMYK percentages
Cyan59.2%
Magenta75.5%
Yellow0.0%
Key (black)80.8%
Color previews
#140c31 text on a black background
contrast 1.13:1
Card sample
#140c31 text on a white background
contrast 18.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #140c31;
Background color
Panel with #140c31 background
background-color: #140c31;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #140c31;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 12, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 12, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #140c31; background: linear-gradient(135deg, #140c31, #2D0C31);