#2966a3
a dark, vivid blue · cool · closest name: steelblue
RGB
41, 102, 163
HSL
210°, 60%, 40%
CMYK
75, 37, 0, 36
Luminance
0.1262
Every format
| HEX | #2966a3 |
| RGB | rgb(41, 102, 163) |
| HSL | hsl(210, 60%, 40%) |
| CMYK | cmyk(75%, 37%, 0%, 36%) |
| LAB | lab(42.2 1.9 -38.5) |
| LCH | lch(42.2 38.6 272.9) |
| OKLCH | oklch(0.501 0.116 251.3) |
Copy-ready code
/* CSS */
color: #2966a3;
background-color: #2966a3;
/* Tailwind (arbitrary) */
class="text-[#2966a3] bg-[#2966a3]"
/* SCSS */
$brand: #2966a3;
/* SwiftUI */
Color(red: 0.161, green: 0.400, blue: 0.639)
/* Android */
Color.parseColor("#2966a3")Accessibility — WCAG contrast
Aa
#2966a3 on white: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2966a3 on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green40.0%
Blue63.9%
CMYK percentages
Cyan74.8%
Magenta37.4%
Yellow0.0%
Key (black)36.1%
Color previews
#2966a3 text on a black background
contrast 3.52:1
Card sample
#2966a3 text on a white background
contrast 5.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2966a3;
Background color
Panel with #2966a3 background
background-color: #2966a3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2966a3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 102, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 102, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2966a3; background: linear-gradient(135deg, #2966a3, #3D29A3);