#2a397b
a dark, vivid blue · warm · closest name: midnightblue
RGB
42, 57, 123
HSL
229°, 49%, 32%
CMYK
66, 54, 0, 52
Luminance
0.0485
Every format
| HEX | #2a397b |
| RGB | rgb(42, 57, 123) |
| HSL | hsl(229, 49%, 32%) |
| CMYK | cmyk(66%, 54%, 0%, 52%) |
| LAB | lab(26.3 16.7 -39.5) |
| LCH | lch(26.3 42.9 292.9) |
| OKLCH | oklch(0.371 0.113 270.4) |
Copy-ready code
/* CSS */
color: #2a397b;
background-color: #2a397b;
/* Tailwind (arbitrary) */
class="text-[#2a397b] bg-[#2a397b]"
/* SCSS */
$brand: #2a397b;
/* SwiftUI */
Color(red: 0.165, green: 0.224, blue: 0.482)
/* Android */
Color.parseColor("#2a397b")Accessibility — WCAG contrast
Aa
#2a397b on white: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2a397b on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green22.4%
Blue48.2%
CMYK percentages
Cyan65.9%
Magenta53.7%
Yellow0.0%
Key (black)51.8%
Color previews
#2a397b text on a black background
contrast 1.97:1
Card sample
#2a397b text on a white background
contrast 10.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2a397b;
Background color
Panel with #2a397b background
background-color: #2a397b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2a397b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 57, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 57, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2a397b; background: linear-gradient(135deg, #2a397b, #512A7B);