#1102fd
a balanced, electric blue · warm · “blue”
RGB
17, 2, 253
HSL
244°, 98%, 50%
CMYK
93, 99, 0, 1
Luminance
0.0725
Every format
| HEX | #1102fd |
| RGB | rgb(17, 2, 253) |
| HSL | hsl(244, 98%, 50%) |
| CMYK | cmyk(93%, 99%, 0%, 1%) |
| LAB | lab(32.4 78.5 -106.6) |
| LCH | lch(32.4 132.4 306.4) |
| OKLCH | oklch(0.453 0.309 265.3) |
Copy-ready code
/* CSS */
color: #1102fd;
background-color: #1102fd;
/* Tailwind (arbitrary) */
class="text-[#1102fd] bg-[#1102fd]"
/* SCSS */
$brand: #1102fd;
/* SwiftUI */
Color(red: 0.067, green: 0.008, blue: 0.992)
/* Android */
Color.parseColor("#1102fd")Accessibility — WCAG contrast
Aa
#1102fd on white: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1102fd on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green0.8%
Blue99.2%
CMYK percentages
Cyan93.3%
Magenta99.2%
Yellow0.0%
Key (black)0.8%
Color previews
#1102fd text on a black background
contrast 2.45:1
Card sample
#1102fd text on a white background
contrast 8.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1102fd;
Background color
Panel with #1102fd background
background-color: #1102fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1102fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 2, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 2, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1102fd; background: linear-gradient(135deg, #1102fd, #B802FD);