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