#143cfd
a balanced, electric blue · warm · closest name: blue
RGB
20, 60, 253
HSL
230°, 98%, 54%
CMYK
92, 76, 0, 1
Luminance
0.1047
Every format
| HEX | #143cfd |
| RGB | rgb(20, 60, 253) |
| HSL | hsl(230, 98%, 54%) |
| CMYK | cmyk(92%, 76%, 0%, 1%) |
| LAB | lab(38.7 59.9 -96.1) |
| LCH | lch(38.7 113.2 301.9) |
| OKLCH | oklch(0.496 0.280 265.2) |
Copy-ready code
/* CSS */
color: #143cfd;
background-color: #143cfd;
/* Tailwind (arbitrary) */
class="text-[#143cfd] bg-[#143cfd]"
/* SCSS */
$brand: #143cfd;
/* SwiftUI */
Color(red: 0.078, green: 0.235, blue: 0.992)
/* Android */
Color.parseColor("#143cfd")Accessibility — WCAG contrast
Aa
#143cfd on white: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#143cfd on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green23.5%
Blue99.2%
CMYK percentages
Cyan92.1%
Magenta76.3%
Yellow0.0%
Key (black)0.8%
Color previews
#143cfd text on a black background
contrast 3.09:1
Card sample
#143cfd text on a white background
contrast 6.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #143cfd;
Background color
Panel with #143cfd background
background-color: #143cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #143cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 60, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 60, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #143cfd; background: linear-gradient(135deg, #143cfd, #8714FD);