#142cfd
a balanced, electric blue · warm · closest name: blue
RGB
20, 44, 253
HSL
234°, 98%, 54%
CMYK
92, 83, 0, 1
Luminance
0.0904
Every format
| HEX | #142cfd |
| RGB | rgb(20, 44, 253) |
| HSL | hsl(234, 98%, 54%) |
| CMYK | cmyk(92%, 83%, 0%, 1%) |
| LAB | lab(36.1 67.5 -100.5) |
| LCH | lch(36.1 121.0 303.9) |
| OKLCH | oklch(0.478 0.292 265.5) |
Copy-ready code
/* CSS */
color: #142cfd;
background-color: #142cfd;
/* Tailwind (arbitrary) */
class="text-[#142cfd] bg-[#142cfd]"
/* SCSS */
$brand: #142cfd;
/* SwiftUI */
Color(red: 0.078, green: 0.173, blue: 0.992)
/* Android */
Color.parseColor("#142cfd")Accessibility — WCAG contrast
Aa
#142cfd on white: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#142cfd on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green17.3%
Blue99.2%
CMYK percentages
Cyan92.1%
Magenta82.6%
Yellow0.0%
Key (black)0.8%
Color previews
#142cfd text on a black background
contrast 2.81:1
Card sample
#142cfd text on a white background
contrast 7.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #142cfd;
Background color
Panel with #142cfd background
background-color: #142cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #142cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 44, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 44, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #142cfd; background: linear-gradient(135deg, #142cfd, #9714FD);