#2162cf
a balanced, vivid blue · cool · closest name: royalblue
RGB
33, 98, 207
HSL
218°, 73%, 47%
CMYK
84, 53, 0, 19
Luminance
0.1356
Every format
| HEX | #2162cf |
| RGB | rgb(33, 98, 207) |
| HSL | hsl(218, 73%, 47%) |
| CMYK | cmyk(84%, 53%, 0%, 19%) |
| LAB | lab(43.6 20.6 -61.9) |
| LCH | lch(43.6 65.3 288.4) |
| OKLCH | oklch(0.521 0.181 260.4) |
Copy-ready code
/* CSS */
color: #2162cf;
background-color: #2162cf;
/* Tailwind (arbitrary) */
class="text-[#2162cf] bg-[#2162cf]"
/* SCSS */
$brand: #2162cf;
/* SwiftUI */
Color(red: 0.129, green: 0.384, blue: 0.812)
/* Android */
Color.parseColor("#2162cf")Accessibility — WCAG contrast
Aa
#2162cf on white: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2162cf on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green38.4%
Blue81.2%
CMYK percentages
Cyan84.1%
Magenta52.7%
Yellow0.0%
Key (black)18.8%
Color previews
#2162cf text on a black background
contrast 3.71:1
Card sample
#2162cf text on a white background
contrast 5.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2162cf;
Background color
Panel with #2162cf background
background-color: #2162cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2162cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 98, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 98, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2162cf; background: linear-gradient(135deg, #2162cf, #5421CF);