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