#140dfb
a balanced, electric blue · warm · closest name: blue
RGB
20, 13, 251
HSL
242°, 97%, 52%
CMYK
92, 95, 0, 2
Luminance
0.0740
Every format
| HEX | #140dfb |
| RGB | rgb(20, 13, 251) |
| HSL | hsl(242, 97%, 52%) |
| CMYK | cmyk(92%, 95%, 0%, 2%) |
| LAB | lab(32.7 76.4 -104.9) |
| LCH | lch(32.7 129.8 306.0) |
| OKLCH | oklch(0.454 0.304 265.6) |
Copy-ready code
/* CSS */
color: #140dfb;
background-color: #140dfb;
/* Tailwind (arbitrary) */
class="text-[#140dfb] bg-[#140dfb]"
/* SCSS */
$brand: #140dfb;
/* SwiftUI */
Color(red: 0.078, green: 0.051, blue: 0.984)
/* Android */
Color.parseColor("#140dfb")Accessibility — WCAG contrast
Aa
#140dfb on white: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#140dfb on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green5.1%
Blue98.4%
CMYK percentages
Cyan92.0%
Magenta94.8%
Yellow0.0%
Key (black)1.6%
Color previews
#140dfb text on a black background
contrast 2.48:1
Card sample
#140dfb text on a white background
contrast 8.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #140dfb;
Background color
Panel with #140dfb background
background-color: #140dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #140dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 13, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 13, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #140dfb; background: linear-gradient(135deg, #140dfb, #B30DFB);