#140561
a deep, electric blue · warm · closest name: midnightblue
RGB
20, 5, 97
HSL
250°, 90%, 20%
CMYK
79, 95, 0, 62
Luminance
0.0112
Every format
| HEX | #140561 |
| RGB | rgb(20, 5, 97) |
| HSL | hsl(250, 90%, 20%) |
| CMYK | cmyk(79%, 95%, 0%, 62%) |
| LAB | lab(9.9 36.8 -49.5) |
| LCH | lch(9.9 61.7 306.6) |
| OKLCH | oklch(0.241 0.143 274.6) |
Copy-ready code
/* CSS */
color: #140561;
background-color: #140561;
/* Tailwind (arbitrary) */
class="text-[#140561] bg-[#140561]"
/* SCSS */
$brand: #140561;
/* SwiftUI */
Color(red: 0.078, green: 0.020, blue: 0.380)
/* Android */
Color.parseColor("#140561")Accessibility — WCAG contrast
Aa
#140561 on white: 17.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#140561 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green2.0%
Blue38.0%
CMYK percentages
Cyan79.4%
Magenta94.8%
Yellow0.0%
Key (black)62.0%
Color previews
#140561 text on a black background
contrast 1.22:1
Card sample
#140561 text on a white background
contrast 17.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #140561;
Background color
Panel with #140561 background
background-color: #140561;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #140561;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 5, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 5, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #140561; background: linear-gradient(135deg, #140561, #510561);