#141430
a deep, soft blue · warm · closest name: black
RGB
20, 20, 48
HSL
240°, 41%, 13%
CMYK
58, 58, 0, 81
Luminance
0.0086
Every format
| HEX | #141430 |
| RGB | rgb(20, 20, 48) |
| HSL | hsl(240, 41%, 13%) |
| CMYK | cmyk(58%, 58%, 0%, 81%) |
| LAB | lab(7.8 9.6 -18.8) |
| LCH | lch(7.8 21.1 297.1) |
| OKLCH | oklch(0.209 0.054 280.6) |
Copy-ready code
/* CSS */
color: #141430;
background-color: #141430;
/* Tailwind (arbitrary) */
class="text-[#141430] bg-[#141430]"
/* SCSS */
$brand: #141430;
/* SwiftUI */
Color(red: 0.078, green: 0.078, blue: 0.188)
/* Android */
Color.parseColor("#141430")Accessibility — WCAG contrast
Aa
#141430 on white: 17.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#141430 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green7.8%
Blue18.8%
CMYK percentages
Cyan58.3%
Magenta58.3%
Yellow0.0%
Key (black)81.2%
Color previews
#141430 text on a black background
contrast 1.17:1
Card sample
#141430 text on a white background
contrast 17.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #141430;
Background color
Panel with #141430 background
background-color: #141430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #141430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 20, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 20, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #141430; background: linear-gradient(135deg, #141430, #271430);