#2162ab
a dark, vivid blue · cool · closest name: steelblue
RGB
33, 98, 171
HSL
212°, 68%, 40%
CMYK
81, 43, 0, 33
Luminance
0.1200
Every format
| HEX | #2162ab |
| RGB | rgb(33, 98, 171) |
| HSL | hsl(212, 68%, 40%) |
| CMYK | cmyk(81%, 43%, 0%, 33%) |
| LAB | lab(41.2 6.6 -44.8) |
| LCH | lch(41.2 45.3 278.4) |
| OKLCH | oklch(0.495 0.133 254.2) |
Copy-ready code
/* CSS */
color: #2162ab;
background-color: #2162ab;
/* Tailwind (arbitrary) */
class="text-[#2162ab] bg-[#2162ab]"
/* SCSS */
$brand: #2162ab;
/* SwiftUI */
Color(red: 0.129, green: 0.384, blue: 0.671)
/* Android */
Color.parseColor("#2162ab")Accessibility — WCAG contrast
Aa
#2162ab on white: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2162ab on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green38.4%
Blue67.1%
CMYK percentages
Cyan80.7%
Magenta42.7%
Yellow0.0%
Key (black)32.9%
Color previews
#2162ab text on a black background
contrast 3.40:1
Card sample
#2162ab text on a white background
contrast 6.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2162ab;
Background color
Panel with #2162ab background
background-color: #2162ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2162ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 98, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 98, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2162ab; background: linear-gradient(135deg, #2162ab, #3C21AB);