#163fdf
a balanced, electric blue · warm · closest name: navy
RGB
22, 63, 223
HSL
228°, 82%, 48%
CMYK
90, 72, 0, 13
Luminance
0.0905
Every format
| HEX | #163fdf |
| RGB | rgb(22, 63, 223) |
| HSL | hsl(228, 82%, 48%) |
| CMYK | cmyk(90%, 72%, 0%, 13%) |
| LAB | lab(36.1 48.2 -83.4) |
| LCH | lch(36.1 96.3 300.0) |
| OKLCH | oklch(0.468 0.243 265.2) |
Copy-ready code
/* CSS */
color: #163fdf;
background-color: #163fdf;
/* Tailwind (arbitrary) */
class="text-[#163fdf] bg-[#163fdf]"
/* SCSS */
$brand: #163fdf;
/* SwiftUI */
Color(red: 0.086, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#163fdf")Accessibility — WCAG contrast
Aa
#163fdf on white: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#163fdf on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green24.7%
Blue87.5%
CMYK percentages
Cyan90.1%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#163fdf text on a black background
contrast 2.81:1
Card sample
#163fdf text on a white background
contrast 7.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #163fdf;
Background color
Panel with #163fdf background
background-color: #163fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #163fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #163fdf; background: linear-gradient(135deg, #163fdf, #7316DF);