#1102cf
a dark, electric blue · warm · closest name: blue
RGB
17, 2, 207
HSL
244°, 98%, 41%
CMYK
92, 99, 0, 19
Luminance
0.0467
Every format
| HEX | #1102cf |
| RGB | rgb(17, 2, 207) |
| HSL | hsl(244, 98%, 41%) |
| CMYK | cmyk(92%, 99%, 0%, 19%) |
| LAB | lab(25.8 67.4 -91.3) |
| LCH | lch(25.8 113.5 306.4) |
| OKLCH | oklch(0.391 0.265 266.0) |
Copy-ready code
/* CSS */
color: #1102cf;
background-color: #1102cf;
/* Tailwind (arbitrary) */
class="text-[#1102cf] bg-[#1102cf]"
/* SCSS */
$brand: #1102cf;
/* SwiftUI */
Color(red: 0.067, green: 0.008, blue: 0.812)
/* Android */
Color.parseColor("#1102cf")Accessibility — WCAG contrast
Aa
#1102cf on white: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1102cf on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green0.8%
Blue81.2%
CMYK percentages
Cyan91.8%
Magenta99.0%
Yellow0.0%
Key (black)18.8%
Color previews
#1102cf text on a black background
contrast 1.93:1
Card sample
#1102cf text on a white background
contrast 10.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1102cf;
Background color
Panel with #1102cf background
background-color: #1102cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1102cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 2, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 2, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1102cf; background: linear-gradient(135deg, #1102cf, #9A02CF);