#142df6
a balanced, electric blue · warm · closest name: blue
RGB
20, 45, 246
HSL
233°, 93%, 52%
CMYK
92, 82, 0, 4
Luminance
0.0868
Every format
| HEX | #142df6 |
| RGB | rgb(20, 45, 246) |
| HSL | hsl(233, 93%, 52%) |
| CMYK | cmyk(92%, 82%, 0%, 4%) |
| LAB | lab(35.4 65.0 -97.7) |
| LCH | lch(35.4 117.3 303.6) |
| OKLCH | oklch(0.470 0.284 265.6) |
Copy-ready code
/* CSS */
color: #142df6;
background-color: #142df6;
/* Tailwind (arbitrary) */
class="text-[#142df6] bg-[#142df6]"
/* SCSS */
$brand: #142df6;
/* SwiftUI */
Color(red: 0.078, green: 0.176, blue: 0.965)
/* Android */
Color.parseColor("#142df6")Accessibility — WCAG contrast
Aa
#142df6 on white: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#142df6 on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green17.6%
Blue96.5%
CMYK percentages
Cyan91.9%
Magenta81.7%
Yellow0.0%
Key (black)3.5%
Color previews
#142df6 text on a black background
contrast 2.74:1
Card sample
#142df6 text on a white background
contrast 7.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #142df6;
Background color
Panel with #142df6 background
background-color: #142df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #142df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 45, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 45, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #142df6; background: linear-gradient(135deg, #142df6, #9214F6);