#141188
a dark, electric blue · warm · closest name: navy
RGB
20, 17, 136
HSL
242°, 78%, 30%
CMYK
85, 88, 0, 47
Luminance
0.0233
Every format
| HEX | #141188 |
| RGB | rgb(20, 17, 136) |
| HSL | hsl(242, 78%, 30%) |
| CMYK | cmyk(85%, 88%, 0%, 47%) |
| LAB | lab(17.1 43.8 -62.8) |
| LCH | lch(17.1 76.6 304.9) |
| OKLCH | oklch(0.305 0.182 269.4) |
Copy-ready code
/* CSS */
color: #141188;
background-color: #141188;
/* Tailwind (arbitrary) */
class="text-[#141188] bg-[#141188]"
/* SCSS */
$brand: #141188;
/* SwiftUI */
Color(red: 0.078, green: 0.067, blue: 0.533)
/* Android */
Color.parseColor("#141188")Accessibility — WCAG contrast
Aa
#141188 on white: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#141188 on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green6.7%
Blue53.3%
CMYK percentages
Cyan85.3%
Magenta87.5%
Yellow0.0%
Key (black)46.7%
Color previews
#141188 text on a black background
contrast 1.47:1
Card sample
#141188 text on a white background
contrast 14.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #141188;
Background color
Panel with #141188 background
background-color: #141188;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #141188;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 17, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 17, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #141188; background: linear-gradient(135deg, #141188, #631188);