#167fdf
a balanced, electric blue · cool · closest name: dodgerblue
RGB
22, 127, 223
HSL
209°, 82%, 48%
CMYK
90, 43, 0, 13
Luminance
0.2068
Every format
| HEX | #167fdf |
| RGB | rgb(22, 127, 223) |
| HSL | hsl(209, 82%, 48%) |
| CMYK | cmyk(90%, 43%, 0%, 13%) |
| LAB | lab(52.6 7.7 -56.5) |
| LCH | lch(52.6 57.0 277.8) |
| OKLCH | oklch(0.593 0.170 252.3) |
Copy-ready code
/* CSS */
color: #167fdf;
background-color: #167fdf;
/* Tailwind (arbitrary) */
class="text-[#167fdf] bg-[#167fdf]"
/* SCSS */
$brand: #167fdf;
/* SwiftUI */
Color(red: 0.086, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#167fdf")Accessibility — WCAG contrast
Aa
#167fdf on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#167fdf on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green49.8%
Blue87.5%
CMYK percentages
Cyan90.1%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#167fdf text on a black background
contrast 5.14:1
Card sample
#167fdf text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #167fdf;
Background color
Panel with #167fdf background
background-color: #167fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #167fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #167fdf; background: linear-gradient(135deg, #167fdf, #3316DF);