#1024eb
a balanced, electric blue · warm · closest name: blue
RGB
16, 36, 235
HSL
235°, 87%, 49%
CMYK
93, 85, 0, 8
Luminance
0.0737
Every format
| HEX | #1024eb |
| RGB | rgb(16, 36, 235) |
| HSL | hsl(235, 87%, 49%) |
| CMYK | cmyk(93%, 85%, 0%, 8%) |
| LAB | lab(32.6 65.5 -96.0) |
| LCH | lch(32.6 116.2 304.3) |
| OKLCH | oklch(0.448 0.279 265.4) |
Copy-ready code
/* CSS */
color: #1024eb;
background-color: #1024eb;
/* Tailwind (arbitrary) */
class="text-[#1024eb] bg-[#1024eb]"
/* SCSS */
$brand: #1024eb;
/* SwiftUI */
Color(red: 0.063, green: 0.141, blue: 0.922)
/* Android */
Color.parseColor("#1024eb")Accessibility — WCAG contrast
Aa
#1024eb on white: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1024eb on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green14.1%
Blue92.2%
CMYK percentages
Cyan93.2%
Magenta84.7%
Yellow0.0%
Key (black)7.8%
Color previews
#1024eb text on a black background
contrast 2.47:1
Card sample
#1024eb text on a white background
contrast 8.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1024eb;
Background color
Panel with #1024eb background
background-color: #1024eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1024eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 36, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 36, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1024eb; background: linear-gradient(135deg, #1024eb, #8E10EB);