#167cdf
a balanced, electric blue · cool · closest name: dodgerblue
RGB
22, 124, 223
HSL
210°, 82%, 48%
CMYK
90, 44, 0, 13
Luminance
0.1991
Every format
| HEX | #167cdf |
| RGB | rgb(22, 124, 223) |
| HSL | hsl(210, 82%, 48%) |
| CMYK | cmyk(90%, 44%, 0%, 13%) |
| LAB | lab(51.7 9.6 -57.9) |
| LCH | lch(51.7 58.7 279.4) |
| OKLCH | oklch(0.586 0.173 253.4) |
Copy-ready code
/* CSS */
color: #167cdf;
background-color: #167cdf;
/* Tailwind (arbitrary) */
class="text-[#167cdf] bg-[#167cdf]"
/* SCSS */
$brand: #167cdf;
/* SwiftUI */
Color(red: 0.086, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#167cdf")Accessibility — WCAG contrast
Aa
#167cdf on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#167cdf on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green48.6%
Blue87.5%
CMYK percentages
Cyan90.1%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#167cdf text on a black background
contrast 4.98:1
Card sample
#167cdf text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #167cdf;
Background color
Panel with #167cdf background
background-color: #167cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #167cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #167cdf; background: linear-gradient(135deg, #167cdf, #3616DF);