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