#2c76a2
a dark, vivid blue · cool · closest name: steelblue
RGB
44, 118, 162
HSL
202°, 57%, 40%
CMYK
73, 27, 0, 37
Luminance
0.1610
Every format
| HEX | #2c76a2 |
| RGB | rgb(44, 118, 162) |
| HSL | hsl(202, 57%, 40%) |
| CMYK | cmyk(73%, 27%, 0%, 37%) |
| LAB | lab(47.1 -7.7 -30.2) |
| LCH | lch(47.1 31.2 255.7) |
| OKLCH | oklch(0.540 0.100 238.8) |
Copy-ready code
/* CSS */
color: #2c76a2;
background-color: #2c76a2;
/* Tailwind (arbitrary) */
class="text-[#2c76a2] bg-[#2c76a2]"
/* SCSS */
$brand: #2c76a2;
/* SwiftUI */
Color(red: 0.173, green: 0.463, blue: 0.635)
/* Android */
Color.parseColor("#2c76a2")Accessibility — WCAG contrast
Aa
#2c76a2 on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c76a2 on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green46.3%
Blue63.5%
CMYK percentages
Cyan72.8%
Magenta27.2%
Yellow0.0%
Key (black)36.5%
Color previews
#2c76a2 text on a black background
contrast 4.22:1
Card sample
#2c76a2 text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c76a2;
Background color
Panel with #2c76a2 background
background-color: #2c76a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c76a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 118, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 118, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c76a2; background: linear-gradient(135deg, #2c76a2, #312CA2);