#2c71ad
a dark, vivid blue · cool · closest name: steelblue
RGB
44, 113, 173
HSL
208°, 59%, 43%
CMYK
75, 35, 0, 32
Luminance
0.1536
Every format
| HEX | #2c71ad |
| RGB | rgb(44, 113, 173) |
| HSL | hsl(208, 59%, 43%) |
| CMYK | cmyk(75%, 35%, 0%, 32%) |
| LAB | lab(46.1 -0.7 -38.2) |
| LCH | lch(46.1 38.2 268.9) |
| OKLCH | oklch(0.534 0.117 248.3) |
Copy-ready code
/* CSS */
color: #2c71ad;
background-color: #2c71ad;
/* Tailwind (arbitrary) */
class="text-[#2c71ad] bg-[#2c71ad]"
/* SCSS */
$brand: #2c71ad;
/* SwiftUI */
Color(red: 0.173, green: 0.443, blue: 0.678)
/* Android */
Color.parseColor("#2c71ad")Accessibility — WCAG contrast
Aa
#2c71ad on white: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c71ad on black: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green44.3%
Blue67.8%
CMYK percentages
Cyan74.6%
Magenta34.7%
Yellow0.0%
Key (black)32.2%
Color previews
#2c71ad text on a black background
contrast 4.07:1
Card sample
#2c71ad text on a white background
contrast 5.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c71ad;
Background color
Panel with #2c71ad background
background-color: #2c71ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c71ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 113, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 113, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c71ad; background: linear-gradient(135deg, #2c71ad, #3D2CAD);