#2162df
a balanced, vivid blue · cool · closest name: royalblue
RGB
33, 98, 223
HSL
220°, 75%, 50%
CMYK
85, 56, 0, 13
Luminance
0.1439
Every format
| HEX | #2162df |
| RGB | rgb(33, 98, 223) |
| HSL | hsl(220, 75%, 50%) |
| CMYK | cmyk(85%, 56%, 0%, 13%) |
| LAB | lab(44.8 26.8 -69.1) |
| LCH | lch(44.8 74.2 291.2) |
| OKLCH | oklch(0.533 0.202 261.8) |
Copy-ready code
/* CSS */
color: #2162df;
background-color: #2162df;
/* Tailwind (arbitrary) */
class="text-[#2162df] bg-[#2162df]"
/* SCSS */
$brand: #2162df;
/* SwiftUI */
Color(red: 0.129, green: 0.384, blue: 0.875)
/* Android */
Color.parseColor("#2162df")Accessibility — WCAG contrast
Aa
#2162df on white: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2162df on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green38.4%
Blue87.5%
CMYK percentages
Cyan85.2%
Magenta56.1%
Yellow0.0%
Key (black)12.5%
Color previews
#2162df text on a black background
contrast 3.88:1
Card sample
#2162df text on a white background
contrast 5.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2162df;
Background color
Panel with #2162df background
background-color: #2162df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2162df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 98, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 98, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2162df; background: linear-gradient(135deg, #2162df, #5F21DF);