#162afd
a balanced, electric blue · warm · closest name: blue
RGB
22, 42, 253
HSL
235°, 98%, 54%
CMYK
91, 83, 0, 1
Luminance
0.0892
Every format
| HEX | #162afd |
| RGB | rgb(22, 42, 253) |
| HSL | hsl(235, 98%, 54%) |
| CMYK | cmyk(91%, 83%, 0%, 1%) |
| LAB | lab(35.8 68.4 -100.8) |
| LCH | lch(35.8 121.8 304.1) |
| OKLCH | oklch(0.476 0.293 265.7) |
Copy-ready code
/* CSS */
color: #162afd;
background-color: #162afd;
/* Tailwind (arbitrary) */
class="text-[#162afd] bg-[#162afd]"
/* SCSS */
$brand: #162afd;
/* SwiftUI */
Color(red: 0.086, green: 0.165, blue: 0.992)
/* Android */
Color.parseColor("#162afd")Accessibility — WCAG contrast
Aa
#162afd on white: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#162afd on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green16.5%
Blue99.2%
CMYK percentages
Cyan91.3%
Magenta83.4%
Yellow0.0%
Key (black)0.8%
Color previews
#162afd text on a black background
contrast 2.78:1
Card sample
#162afd text on a white background
contrast 7.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #162afd;
Background color
Panel with #162afd background
background-color: #162afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #162afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 42, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 42, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #162afd; background: linear-gradient(135deg, #162afd, #9C16FD);