#1007ce
a dark, electric blue · warm · closest name: blue
RGB
16, 7, 206
HSL
243°, 93%, 42%
CMYK
92, 97, 0, 19
Luminance
0.0472
Every format
| HEX | #1007ce |
| RGB | rgb(16, 7, 206) |
| HSL | hsl(243, 93%, 42%) |
| CMYK | cmyk(92%, 97%, 0%, 19%) |
| LAB | lab(25.9 66.1 -90.5) |
| LCH | lch(25.9 112.1 306.1) |
| OKLCH | oklch(0.391 0.262 265.9) |
Copy-ready code
/* CSS */
color: #1007ce;
background-color: #1007ce;
/* Tailwind (arbitrary) */
class="text-[#1007ce] bg-[#1007ce]"
/* SCSS */
$brand: #1007ce;
/* SwiftUI */
Color(red: 0.063, green: 0.027, blue: 0.808)
/* Android */
Color.parseColor("#1007ce")Accessibility — WCAG contrast
Aa
#1007ce on white: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1007ce on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green2.7%
Blue80.8%
CMYK percentages
Cyan92.2%
Magenta96.6%
Yellow0.0%
Key (black)19.2%
Color previews
#1007ce text on a black background
contrast 1.94:1
Card sample
#1007ce text on a white background
contrast 10.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1007ce;
Background color
Panel with #1007ce background
background-color: #1007ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1007ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 7, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 7, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1007ce; background: linear-gradient(135deg, #1007ce, #9507CE);