#2c66a0
a dark, vivid blue · cool · closest name: steelblue
RGB
44, 102, 160
HSL
210°, 57%, 40%
CMYK
73, 36, 0, 37
Luminance
0.1258
Every format
| HEX | #2c66a0 |
| RGB | rgb(44, 102, 160) |
| HSL | hsl(210, 57%, 40%) |
| CMYK | cmyk(73%, 36%, 0%, 37%) |
| LAB | lab(42.1 1.3 -36.9) |
| LCH | lch(42.1 36.9 272.0) |
| OKLCH | oklch(0.501 0.111 251.0) |
Copy-ready code
/* CSS */
color: #2c66a0;
background-color: #2c66a0;
/* Tailwind (arbitrary) */
class="text-[#2c66a0] bg-[#2c66a0]"
/* SCSS */
$brand: #2c66a0;
/* SwiftUI */
Color(red: 0.173, green: 0.400, blue: 0.627)
/* Android */
Color.parseColor("#2c66a0")Accessibility — WCAG contrast
Aa
#2c66a0 on white: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c66a0 on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green40.0%
Blue62.7%
CMYK percentages
Cyan72.5%
Magenta36.2%
Yellow0.0%
Key (black)37.3%
Color previews
#2c66a0 text on a black background
contrast 3.52:1
Card sample
#2c66a0 text on a white background
contrast 5.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c66a0;
Background color
Panel with #2c66a0 background
background-color: #2c66a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c66a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 102, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 102, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c66a0; background: linear-gradient(135deg, #2c66a0, #3F2CA0);