#0107cf
a dark, electric blue · warm · closest name: blue
RGB
1, 7, 207
HSL
238°, 99%, 41%
CMYK
100, 97, 0, 19
Luminance
0.0466
Every format
| HEX | #0107cf |
| RGB | rgb(1, 7, 207) |
| HSL | hsl(238, 99%, 41%) |
| CMYK | cmyk(100%, 97%, 0%, 19%) |
| LAB | lab(25.8 66.3 -91.4) |
| LCH | lch(25.8 112.9 305.9) |
| OKLCH | oklch(0.390 0.265 264.2) |
Copy-ready code
/* CSS */
color: #0107cf;
background-color: #0107cf;
/* Tailwind (arbitrary) */
class="text-[#0107cf] bg-[#0107cf]"
/* SCSS */
$brand: #0107cf;
/* SwiftUI */
Color(red: 0.004, green: 0.027, blue: 0.812)
/* Android */
Color.parseColor("#0107cf")Accessibility — WCAG contrast
Aa
#0107cf on white: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0107cf on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green2.7%
Blue81.2%
CMYK percentages
Cyan99.5%
Magenta96.6%
Yellow0.0%
Key (black)18.8%
Color previews
#0107cf text on a black background
contrast 1.93:1
Card sample
#0107cf text on a white background
contrast 10.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0107cf;
Background color
Panel with #0107cf background
background-color: #0107cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0107cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 7, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 7, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0107cf; background: linear-gradient(135deg, #0107cf, #8501CF);