#142ace
a dark, electric blue · warm · closest name: navy
RGB
20, 42, 206
HSL
233°, 82%, 44%
CMYK
90, 80, 0, 19
Luminance
0.0626
Every format
| HEX | #142ace |
| RGB | rgb(20, 42, 206) |
| HSL | hsl(233, 82%, 44%) |
| CMYK | cmyk(90%, 80%, 0%, 19%) |
| LAB | lab(30.1 54.1 -83.6) |
| LCH | lch(30.1 99.5 302.9) |
| OKLCH | oklch(0.420 0.243 266.1) |
Copy-ready code
/* CSS */
color: #142ace;
background-color: #142ace;
/* Tailwind (arbitrary) */
class="text-[#142ace] bg-[#142ace]"
/* SCSS */
$brand: #142ace;
/* SwiftUI */
Color(red: 0.078, green: 0.165, blue: 0.808)
/* Android */
Color.parseColor("#142ace")Accessibility — WCAG contrast
Aa
#142ace on white: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#142ace on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green16.5%
Blue80.8%
CMYK percentages
Cyan90.3%
Magenta79.6%
Yellow0.0%
Key (black)19.2%
Color previews
#142ace text on a black background
contrast 2.25:1
Card sample
#142ace text on a white background
contrast 9.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #142ace;
Background color
Panel with #142ace background
background-color: #142ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #142ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 42, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 42, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #142ace; background: linear-gradient(135deg, #142ace, #7A14CE);