#1012cf
a dark, electric blue · warm · closest name: blue
RGB
16, 18, 207
HSL
239°, 86%, 44%
CMYK
92, 91, 0, 19
Luminance
0.0505
Every format
| HEX | #1012cf |
| RGB | rgb(16, 18, 207) |
| HSL | hsl(239, 86%, 44%) |
| CMYK | cmyk(92%, 91%, 0%, 19%) |
| LAB | lab(26.9 63.9 -89.5) |
| LCH | lch(26.9 110.0 305.5) |
| OKLCH | oklch(0.398 0.260 265.9) |
Copy-ready code
/* CSS */
color: #1012cf;
background-color: #1012cf;
/* Tailwind (arbitrary) */
class="text-[#1012cf] bg-[#1012cf]"
/* SCSS */
$brand: #1012cf;
/* SwiftUI */
Color(red: 0.063, green: 0.071, blue: 0.812)
/* Android */
Color.parseColor("#1012cf")Accessibility — WCAG contrast
Aa
#1012cf on white: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1012cf on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green7.1%
Blue81.2%
CMYK percentages
Cyan92.3%
Magenta91.3%
Yellow0.0%
Key (black)18.8%
Color previews
#1012cf text on a black background
contrast 2.01:1
Card sample
#1012cf text on a white background
contrast 10.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1012cf;
Background color
Panel with #1012cf background
background-color: #1012cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1012cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 18, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 18, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1012cf; background: linear-gradient(135deg, #1012cf, #8D10CF);