#1007ff
a balanced, electric blue · warm · “blue”
RGB
16, 7, 255
HSL
242°, 100%, 51%
CMYK
94, 97, 0, 0
Luminance
0.0748
Every format
| HEX | #1007ff |
| RGB | rgb(16, 7, 255) |
| HSL | hsl(242, 100%, 51%) |
| CMYK | cmyk(94%, 97%, 0%, 0%) |
| LAB | lab(32.9 78.2 -106.9) |
| LCH | lch(32.9 132.5 306.2) |
| OKLCH | oklch(0.457 0.310 265.2) |
Copy-ready code
/* CSS */
color: #1007ff;
background-color: #1007ff;
/* Tailwind (arbitrary) */
class="text-[#1007ff] bg-[#1007ff]"
/* SCSS */
$brand: #1007ff;
/* SwiftUI */
Color(red: 0.063, green: 0.027, blue: 1.000)
/* Android */
Color.parseColor("#1007ff")Accessibility — WCAG contrast
Aa
#1007ff on white: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1007ff on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green2.7%
Blue100.0%
CMYK percentages
Cyan93.7%
Magenta97.3%
Yellow0.0%
Key (black)0.0%
Color previews
#1007ff text on a black background
contrast 2.50:1
Card sample
#1007ff text on a white background
contrast 8.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1007ff;
Background color
Panel with #1007ff background
background-color: #1007ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1007ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 7, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 7, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1007ff; background: linear-gradient(135deg, #1007ff, #B507FF);