#2a548c
a dark, vivid blue · cool · closest name: steelblue
RGB
42, 84, 140
HSL
214°, 54%, 36%
CMYK
70, 40, 0, 45
Luminance
0.0873
Every format
| HEX | #2a548c |
| RGB | rgb(42, 84, 140) |
| HSL | hsl(214, 54%, 36%) |
| CMYK | cmyk(70%, 40%, 0%, 45%) |
| LAB | lab(35.5 4.9 -35.4) |
| LCH | lch(35.5 35.8 277.9) |
| OKLCH | oklch(0.445 0.104 256.4) |
Copy-ready code
/* CSS */
color: #2a548c;
background-color: #2a548c;
/* Tailwind (arbitrary) */
class="text-[#2a548c] bg-[#2a548c]"
/* SCSS */
$brand: #2a548c;
/* SwiftUI */
Color(red: 0.165, green: 0.329, blue: 0.549)
/* Android */
Color.parseColor("#2a548c")Accessibility — WCAG contrast
Aa
#2a548c on white: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2a548c on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green32.9%
Blue54.9%
CMYK percentages
Cyan70.0%
Magenta40.0%
Yellow0.0%
Key (black)45.1%
Color previews
#2a548c text on a black background
contrast 2.75:1
Card sample
#2a548c text on a white background
contrast 7.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2a548c;
Background color
Panel with #2a548c background
background-color: #2a548c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2a548c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 84, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 84, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2a548c; background: linear-gradient(135deg, #2a548c, #412A8C);