#1065eb
a balanced, electric blue · cool · closest name: royalblue
RGB
16, 101, 235
HSL
217°, 87%, 49%
CMYK
93, 57, 0, 8
Luminance
0.1542
Every format
| HEX | #1065eb |
| RGB | rgb(16, 101, 235) |
| HSL | hsl(217, 87%, 49%) |
| CMYK | cmyk(93%, 57%, 0%, 8%) |
| LAB | lab(46.2 28.6 -73.6) |
| LCH | lch(46.2 79.0 291.2) |
| OKLCH | oklch(0.546 0.216 260.4) |
Copy-ready code
/* CSS */
color: #1065eb;
background-color: #1065eb;
/* Tailwind (arbitrary) */
class="text-[#1065eb] bg-[#1065eb]"
/* SCSS */
$brand: #1065eb;
/* SwiftUI */
Color(red: 0.063, green: 0.396, blue: 0.922)
/* Android */
Color.parseColor("#1065eb")Accessibility — WCAG contrast
Aa
#1065eb on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1065eb on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green39.6%
Blue92.2%
CMYK percentages
Cyan93.2%
Magenta57.0%
Yellow0.0%
Key (black)7.8%
Color previews
#1065eb text on a black background
contrast 4.08:1
Card sample
#1065eb text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1065eb;
Background color
Panel with #1065eb background
background-color: #1065eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1065eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 101, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 101, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1065eb; background: linear-gradient(135deg, #1065eb, #4D10EB);