#162af2
a balanced, electric blue · warm · closest name: blue
RGB
22, 42, 242
HSL
235°, 89%, 52%
CMYK
91, 83, 0, 5
Luminance
0.0824
Every format
| HEX | #162af2 |
| RGB | rgb(22, 42, 242) |
| HSL | hsl(235, 89%, 52%) |
| CMYK | cmyk(91%, 83%, 0%, 5%) |
| LAB | lab(34.5 65.2 -96.9) |
| LCH | lch(34.5 116.8 303.9) |
| OKLCH | oklch(0.463 0.281 265.9) |
Copy-ready code
/* CSS */
color: #162af2;
background-color: #162af2;
/* Tailwind (arbitrary) */
class="text-[#162af2] bg-[#162af2]"
/* SCSS */
$brand: #162af2;
/* SwiftUI */
Color(red: 0.086, green: 0.165, blue: 0.949)
/* Android */
Color.parseColor("#162af2")Accessibility — WCAG contrast
Aa
#162af2 on white: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#162af2 on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green16.5%
Blue94.9%
CMYK percentages
Cyan90.9%
Magenta82.6%
Yellow0.0%
Key (black)5.1%
Color previews
#162af2 text on a black background
contrast 2.65:1
Card sample
#162af2 text on a white background
contrast 7.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #162af2;
Background color
Panel with #162af2 background
background-color: #162af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #162af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 42, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 42, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #162af2; background: linear-gradient(135deg, #162af2, #9516F2);