#167ade
a balanced, electric blue · cool · closest name: dodgerblue
RGB
22, 122, 222
HSL
210°, 82%, 48%
CMYK
90, 45, 0, 13
Luminance
0.1936
Every format
| HEX | #167ade |
| RGB | rgb(22, 122, 222) |
| HSL | hsl(210, 82%, 48%) |
| CMYK | cmyk(90%, 45%, 0%, 13%) |
| LAB | lab(51.1 10.4 -58.3) |
| LCH | lch(51.1 59.3 280.2) |
| OKLCH | oklch(0.581 0.174 253.9) |
Copy-ready code
/* CSS */
color: #167ade;
background-color: #167ade;
/* Tailwind (arbitrary) */
class="text-[#167ade] bg-[#167ade]"
/* SCSS */
$brand: #167ade;
/* SwiftUI */
Color(red: 0.086, green: 0.478, blue: 0.871)
/* Android */
Color.parseColor("#167ade")Accessibility — WCAG contrast
Aa
#167ade on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#167ade on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green47.8%
Blue87.1%
CMYK percentages
Cyan90.1%
Magenta45.0%
Yellow0.0%
Key (black)12.9%
Color previews
#167ade text on a black background
contrast 4.87:1
Card sample
#167ade text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #167ade;
Background color
Panel with #167ade background
background-color: #167ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #167ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 122, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 122, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #167ade; background: linear-gradient(135deg, #167ade, #3716DE);