#163fac
a dark, electric blue · cool · closest name: slateblue
RGB
22, 63, 172
HSL
224°, 77%, 38%
CMYK
87, 63, 0, 33
Luminance
0.0670
Every format
| HEX | #163fac |
| RGB | rgb(22, 63, 172) |
| HSL | hsl(224, 77%, 38%) |
| CMYK | cmyk(87%, 63%, 0%, 33%) |
| LAB | lab(31.1 29.4 -61.8) |
| LCH | lch(31.1 68.4 295.4) |
| OKLCH | oklch(0.417 0.180 264.1) |
Copy-ready code
/* CSS */
color: #163fac;
background-color: #163fac;
/* Tailwind (arbitrary) */
class="text-[#163fac] bg-[#163fac]"
/* SCSS */
$brand: #163fac;
/* SwiftUI */
Color(red: 0.086, green: 0.247, blue: 0.675)
/* Android */
Color.parseColor("#163fac")Accessibility — WCAG contrast
Aa
#163fac on white: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#163fac on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green24.7%
Blue67.5%
CMYK percentages
Cyan87.2%
Magenta63.4%
Yellow0.0%
Key (black)32.5%
Color previews
#163fac text on a black background
contrast 2.34:1
Card sample
#163fac text on a white background
contrast 8.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #163fac;
Background color
Panel with #163fac background
background-color: #163fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #163fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 63, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 63, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #163fac; background: linear-gradient(135deg, #163fac, #5116AC);