#1002df
a dark, electric blue · warm · closest name: blue
RGB
16, 2, 223
HSL
244°, 98%, 44%
CMYK
93, 99, 0, 13
Luminance
0.0548
Every format
| HEX | #1002df |
| RGB | rgb(16, 2, 223) |
| HSL | hsl(244, 98%, 44%) |
| CMYK | cmyk(93%, 99%, 0%, 13%) |
| LAB | lab(28.1 71.3 -96.8) |
| LCH | lch(28.1 120.2 306.4) |
| OKLCH | oklch(0.412 0.280 265.6) |
Copy-ready code
/* CSS */
color: #1002df;
background-color: #1002df;
/* Tailwind (arbitrary) */
class="text-[#1002df] bg-[#1002df]"
/* SCSS */
$brand: #1002df;
/* SwiftUI */
Color(red: 0.063, green: 0.008, blue: 0.875)
/* Android */
Color.parseColor("#1002df")Accessibility — WCAG contrast
Aa
#1002df on white: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1002df on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green0.8%
Blue87.5%
CMYK percentages
Cyan92.8%
Magenta99.1%
Yellow0.0%
Key (black)12.5%
Color previews
#1002df text on a black background
contrast 2.10:1
Card sample
#1002df text on a white background
contrast 10.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1002df;
Background color
Panel with #1002df background
background-color: #1002df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1002df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 2, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 2, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1002df; background: linear-gradient(135deg, #1002df, #A302DF);