#162cd8
a balanced, electric blue · warm · closest name: navy
RGB
22, 44, 216
HSL
233°, 82%, 47%
CMYK
90, 80, 0, 15
Luminance
0.0693
Every format
| HEX | #162cd8 |
| RGB | rgb(22, 44, 216) |
| HSL | hsl(233, 82%, 47%) |
| CMYK | cmyk(90%, 80%, 0%, 15%) |
| LAB | lab(31.6 56.3 -86.8) |
| LCH | lch(31.6 103.4 303.0) |
| OKLCH | oklch(0.435 0.252 266.2) |
Copy-ready code
/* CSS */
color: #162cd8;
background-color: #162cd8;
/* Tailwind (arbitrary) */
class="text-[#162cd8] bg-[#162cd8]"
/* SCSS */
$brand: #162cd8;
/* SwiftUI */
Color(red: 0.086, green: 0.173, blue: 0.847)
/* Android */
Color.parseColor("#162cd8")Accessibility — WCAG contrast
Aa
#162cd8 on white: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#162cd8 on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green17.3%
Blue84.7%
CMYK percentages
Cyan89.8%
Magenta79.6%
Yellow0.0%
Key (black)15.3%
Color previews
#162cd8 text on a black background
contrast 2.39:1
Card sample
#162cd8 text on a white background
contrast 8.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #162cd8;
Background color
Panel with #162cd8 background
background-color: #162cd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #162cd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 44, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 44, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #162cd8; background: linear-gradient(135deg, #162cd8, #8116D8);