#141452
a deep, vivid blue · warm · closest name: midnightblue
RGB
20, 20, 82
HSL
240°, 61%, 20%
CMYK
76, 76, 0, 68
Luminance
0.0126
Every format
| HEX | #141452 |
| RGB | rgb(20, 20, 82) |
| HSL | hsl(240, 61%, 20%) |
| CMYK | cmyk(76%, 76%, 0%, 68%) |
| LAB | lab(11.0 23.1 -37.6) |
| LCH | lch(11.0 44.2 301.6) |
| OKLCH | oklch(0.242 0.109 274.6) |
Copy-ready code
/* CSS */
color: #141452;
background-color: #141452;
/* Tailwind (arbitrary) */
class="text-[#141452] bg-[#141452]"
/* SCSS */
$brand: #141452;
/* SwiftUI */
Color(red: 0.078, green: 0.078, blue: 0.322)
/* Android */
Color.parseColor("#141452")Accessibility — WCAG contrast
Aa
#141452 on white: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#141452 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green7.8%
Blue32.2%
CMYK percentages
Cyan75.6%
Magenta75.6%
Yellow0.0%
Key (black)67.8%
Color previews
#141452 text on a black background
contrast 1.25:1
Card sample
#141452 text on a white background
contrast 16.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #141452;
Background color
Panel with #141452 background
background-color: #141452;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #141452;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 20, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 20, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #141452; background: linear-gradient(135deg, #141452, #3D1452);