#141f33
a deep, soft blue · cool · closest name: black
RGB
20, 31, 51
HSL
219°, 44%, 14%
CMYK
61, 39, 0, 80
Luminance
0.0137
Every format
| HEX | #141f33 |
| RGB | rgb(20, 31, 51) |
| HSL | hsl(219, 44%, 14%) |
| CMYK | cmyk(61%, 39%, 0%, 80%) |
| LAB | lab(11.7 2.3 -14.7) |
| LCH | lch(11.7 14.8 278.8) |
| OKLCH | oklch(0.240 0.042 261.7) |
Copy-ready code
/* CSS */
color: #141f33;
background-color: #141f33;
/* Tailwind (arbitrary) */
class="text-[#141f33] bg-[#141f33]"
/* SCSS */
$brand: #141f33;
/* SwiftUI */
Color(red: 0.078, green: 0.122, blue: 0.200)
/* Android */
Color.parseColor("#141f33")Accessibility — WCAG contrast
Aa
#141f33 on white: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#141f33 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green12.2%
Blue20.0%
CMYK percentages
Cyan60.8%
Magenta39.2%
Yellow0.0%
Key (black)80.0%
Color previews
#141f33 text on a black background
contrast 1.27:1
Card sample
#141f33 text on a white background
contrast 16.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #141f33;
Background color
Panel with #141f33 background
background-color: #141f33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #141f33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 31, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 31, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #141f33; background: linear-gradient(135deg, #141f33, #1E1433);