#165df2
a balanced, electric blue · cool · closest name: royalblue
RGB
22, 93, 242
HSL
221°, 89%, 52%
CMYK
91, 62, 0, 5
Luminance
0.1441
Every format
| HEX | #165df2 |
| RGB | rgb(22, 93, 242) |
| HSL | hsl(221, 89%, 52%) |
| CMYK | cmyk(91%, 62%, 0%, 5%) |
| LAB | lab(44.8 36.6 -79.8) |
| LCH | lch(44.8 87.8 294.6) |
| OKLCH | oklch(0.538 0.233 262.5) |
Copy-ready code
/* CSS */
color: #165df2;
background-color: #165df2;
/* Tailwind (arbitrary) */
class="text-[#165df2] bg-[#165df2]"
/* SCSS */
$brand: #165df2;
/* SwiftUI */
Color(red: 0.086, green: 0.365, blue: 0.949)
/* Android */
Color.parseColor("#165df2")Accessibility — WCAG contrast
Aa
#165df2 on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#165df2 on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green36.5%
Blue94.9%
CMYK percentages
Cyan90.9%
Magenta61.6%
Yellow0.0%
Key (black)5.1%
Color previews
#165df2 text on a black background
contrast 3.88:1
Card sample
#165df2 text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #165df2;
Background color
Panel with #165df2 background
background-color: #165df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #165df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 93, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 93, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #165df2; background: linear-gradient(135deg, #165df2, #6216F2);