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