#142cd4
a balanced, electric blue · warm · closest name: navy
RGB
20, 44, 212
HSL
233°, 83%, 46%
CMYK
91, 79, 0, 17
Luminance
0.0670
Every format
| HEX | #142cd4 |
| RGB | rgb(20, 44, 212) |
| HSL | hsl(233, 83%, 46%) |
| CMYK | cmyk(91%, 79%, 0%, 17%) |
| LAB | lab(31.1 55.0 -85.3) |
| LCH | lch(31.1 101.5 302.8) |
| OKLCH | oklch(0.429 0.248 265.9) |
Copy-ready code
/* CSS */
color: #142cd4;
background-color: #142cd4;
/* Tailwind (arbitrary) */
class="text-[#142cd4] bg-[#142cd4]"
/* SCSS */
$brand: #142cd4;
/* SwiftUI */
Color(red: 0.078, green: 0.173, blue: 0.831)
/* Android */
Color.parseColor("#142cd4")Accessibility — WCAG contrast
Aa
#142cd4 on white: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#142cd4 on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green17.3%
Blue83.1%
CMYK percentages
Cyan90.6%
Magenta79.2%
Yellow0.0%
Key (black)16.9%
Color previews
#142cd4 text on a black background
contrast 2.34:1
Card sample
#142cd4 text on a white background
contrast 8.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #142cd4;
Background color
Panel with #142cd4 background
background-color: #142cd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #142cd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 44, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 44, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #142cd4; background: linear-gradient(135deg, #142cd4, #7C14D4);