#167cf2
a balanced, electric blue · cool · closest name: dodgerblue
RGB
22, 124, 242
HSL
212°, 89%, 52%
CMYK
91, 49, 0, 5
Luminance
0.2100
Every format
| HEX | #167cf2 |
| RGB | rgb(22, 124, 242) |
| HSL | hsl(212, 89%, 52%) |
| CMYK | cmyk(91%, 49%, 0%, 5%) |
| LAB | lab(52.9 16.9 -66.6) |
| LCH | lch(52.9 68.7 284.3) |
| OKLCH | oklch(0.599 0.197 256.4) |
Copy-ready code
/* CSS */
color: #167cf2;
background-color: #167cf2;
/* Tailwind (arbitrary) */
class="text-[#167cf2] bg-[#167cf2]"
/* SCSS */
$brand: #167cf2;
/* SwiftUI */
Color(red: 0.086, green: 0.486, blue: 0.949)
/* Android */
Color.parseColor("#167cf2")Accessibility — WCAG contrast
Aa
#167cf2 on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#167cf2 on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green48.6%
Blue94.9%
CMYK percentages
Cyan90.9%
Magenta48.8%
Yellow0.0%
Key (black)5.1%
Color previews
#167cf2 text on a black background
contrast 5.20:1
Card sample
#167cf2 text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #167cf2;
Background color
Panel with #167cf2 background
background-color: #167cf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #167cf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 124, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 124, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #167cf2; background: linear-gradient(135deg, #167cf2, #4316F2);