#0116cf
a dark, electric blue · warm · closest name: blue
RGB
1, 22, 207
HSL
234°, 99%, 41%
CMYK
100, 89, 0, 19
Luminance
0.0509
Every format
| HEX | #0116cf |
| RGB | rgb(1, 22, 207) |
| HSL | hsl(234, 99%, 41%) |
| CMYK | cmyk(100%, 89%, 0%, 19%) |
| LAB | lab(27.0 62.5 -89.3) |
| LCH | lch(27.0 109.0 305.0) |
| OKLCH | oklch(0.398 0.260 264.3) |
Copy-ready code
/* CSS */
color: #0116cf;
background-color: #0116cf;
/* Tailwind (arbitrary) */
class="text-[#0116cf] bg-[#0116cf]"
/* SCSS */
$brand: #0116cf;
/* SwiftUI */
Color(red: 0.004, green: 0.086, blue: 0.812)
/* Android */
Color.parseColor("#0116cf")Accessibility — WCAG contrast
Aa
#0116cf on white: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0116cf on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green8.6%
Blue81.2%
CMYK percentages
Cyan99.5%
Magenta89.4%
Yellow0.0%
Key (black)18.8%
Color previews
#0116cf text on a black background
contrast 2.02:1
Card sample
#0116cf text on a white background
contrast 10.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0116cf;
Background color
Panel with #0116cf background
background-color: #0116cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0116cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 22, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 22, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0116cf; background: linear-gradient(135deg, #0116cf, #7501CF);