#2a4792
a dark, vivid blue · cool · closest name: midnightblue
RGB
42, 71, 146
HSL
223°, 55%, 37%
CMYK
71, 51, 0, 43
Luminance
0.0707
Every format
| HEX | #2a4792 |
| RGB | rgb(42, 71, 146) |
| HSL | hsl(223, 55%, 37%) |
| CMYK | cmyk(71%, 51%, 0%, 43%) |
| LAB | lab(32.0 15.9 -44.6) |
| LCH | lch(32.0 47.4 289.6) |
| OKLCH | oklch(0.419 0.129 265.3) |
Copy-ready code
/* CSS */
color: #2a4792;
background-color: #2a4792;
/* Tailwind (arbitrary) */
class="text-[#2a4792] bg-[#2a4792]"
/* SCSS */
$brand: #2a4792;
/* SwiftUI */
Color(red: 0.165, green: 0.278, blue: 0.573)
/* Android */
Color.parseColor("#2a4792")Accessibility — WCAG contrast
Aa
#2a4792 on white: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2a4792 on black: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green27.8%
Blue57.3%
CMYK percentages
Cyan71.2%
Magenta51.4%
Yellow0.0%
Key (black)42.7%
Color previews
#2a4792 text on a black background
contrast 2.41:1
Card sample
#2a4792 text on a white background
contrast 8.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2a4792;
Background color
Panel with #2a4792 background
background-color: #2a4792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2a4792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 71, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 71, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2a4792; background: linear-gradient(135deg, #2a4792, #522A92);