#141ccc
a dark, electric blue · warm · closest name: navy
RGB
20, 28, 204
HSL
237°, 82%, 44%
CMYK
90, 86, 0, 20
Luminance
0.0534
Every format
| HEX | #141ccc |
| RGB | rgb(20, 28, 204) |
| HSL | hsl(237, 82%, 44%) |
| CMYK | cmyk(90%, 86%, 0%, 20%) |
| LAB | lab(27.7 59.8 -86.4) |
| LCH | lch(27.7 105.0 304.7) |
| OKLCH | oklch(0.403 0.251 266.4) |
Copy-ready code
/* CSS */
color: #141ccc;
background-color: #141ccc;
/* Tailwind (arbitrary) */
class="text-[#141ccc] bg-[#141ccc]"
/* SCSS */
$brand: #141ccc;
/* SwiftUI */
Color(red: 0.078, green: 0.110, blue: 0.800)
/* Android */
Color.parseColor("#141ccc")Accessibility — WCAG contrast
Aa
#141ccc on white: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#141ccc on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green11.0%
Blue80.0%
CMYK percentages
Cyan90.2%
Magenta86.3%
Yellow0.0%
Key (black)20.0%
Color previews
#141ccc text on a black background
contrast 2.07:1
Card sample
#141ccc text on a white background
contrast 10.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #141ccc;
Background color
Panel with #141ccc background
background-color: #141ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #141ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 28, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 28, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #141ccc; background: linear-gradient(135deg, #141ccc, #8714CC);