#143cf1
a balanced, electric blue · warm · closest name: blue
RGB
20, 60, 241
HSL
229°, 89%, 51%
CMYK
92, 75, 0, 6
Luminance
0.0973
Every format
| HEX | #143cf1 |
| RGB | rgb(20, 60, 241) |
| HSL | hsl(229, 89%, 51%) |
| CMYK | cmyk(92%, 75%, 0%, 6%) |
| LAB | lab(37.4 56.0 -91.5) |
| LCH | lch(37.4 107.3 301.4) |
| OKLCH | oklch(0.483 0.267 265.2) |
Copy-ready code
/* CSS */
color: #143cf1;
background-color: #143cf1;
/* Tailwind (arbitrary) */
class="text-[#143cf1] bg-[#143cf1]"
/* SCSS */
$brand: #143cf1;
/* SwiftUI */
Color(red: 0.078, green: 0.235, blue: 0.945)
/* Android */
Color.parseColor("#143cf1")Accessibility — WCAG contrast
Aa
#143cf1 on white: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#143cf1 on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green23.5%
Blue94.5%
CMYK percentages
Cyan91.7%
Magenta75.1%
Yellow0.0%
Key (black)5.5%
Color previews
#143cf1 text on a black background
contrast 2.95:1
Card sample
#143cf1 text on a white background
contrast 7.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #143cf1;
Background color
Panel with #143cf1 background
background-color: #143cf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #143cf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 60, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 60, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #143cf1; background: linear-gradient(135deg, #143cf1, #7F14F1);