#1055c2
a dark, electric blue · cool · closest name: royalblue
RGB
16, 85, 194
HSL
217°, 85%, 41%
CMYK
92, 56, 0, 24
Luminance
0.1050
Every format
| HEX | #1055c2 |
| RGB | rgb(16, 85, 194) |
| HSL | hsl(217, 85%, 41%) |
| CMYK | cmyk(92%, 56%, 0%, 24%) |
| LAB | lab(38.7 23.0 -62.3) |
| LCH | lch(38.7 66.5 290.3) |
| OKLCH | oklch(0.480 0.183 260.2) |
Copy-ready code
/* CSS */
color: #1055c2;
background-color: #1055c2;
/* Tailwind (arbitrary) */
class="text-[#1055c2] bg-[#1055c2]"
/* SCSS */
$brand: #1055c2;
/* SwiftUI */
Color(red: 0.063, green: 0.333, blue: 0.761)
/* Android */
Color.parseColor("#1055c2")Accessibility — WCAG contrast
Aa
#1055c2 on white: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1055c2 on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green33.3%
Blue76.1%
CMYK percentages
Cyan91.8%
Magenta56.2%
Yellow0.0%
Key (black)23.9%
Color previews
#1055c2 text on a black background
contrast 3.10:1
Card sample
#1055c2 text on a white background
contrast 6.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1055c2;
Background color
Panel with #1055c2 background
background-color: #1055c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1055c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 85, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 85, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1055c2; background: linear-gradient(135deg, #1055c2, #4210C2);