#2d409f
a dark, vivid blue · warm · closest name: midnightblue
RGB
45, 64, 159
HSL
230°, 56%, 40%
CMYK
72, 60, 0, 38
Luminance
0.0673
Every format
| HEX | #2d409f |
| RGB | rgb(45, 64, 159) |
| HSL | hsl(230, 56%, 40%) |
| CMYK | cmyk(72%, 60%, 0%, 38%) |
| LAB | lab(31.2 26.0 -53.8) |
| LCH | lch(31.2 59.8 295.8) |
| OKLCH | oklch(0.417 0.155 269.7) |
Copy-ready code
/* CSS */
color: #2d409f;
background-color: #2d409f;
/* Tailwind (arbitrary) */
class="text-[#2d409f] bg-[#2d409f]"
/* SCSS */
$brand: #2d409f;
/* SwiftUI */
Color(red: 0.176, green: 0.251, blue: 0.624)
/* Android */
Color.parseColor("#2d409f")Accessibility — WCAG contrast
Aa
#2d409f on white: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2d409f on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green25.1%
Blue62.4%
CMYK percentages
Cyan71.7%
Magenta59.7%
Yellow0.0%
Key (black)37.6%
Color previews
#2d409f text on a black background
contrast 2.35:1
Card sample
#2d409f text on a white background
contrast 8.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d409f;
Background color
Panel with #2d409f background
background-color: #2d409f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d409f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 64, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 64, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d409f; background: linear-gradient(135deg, #2d409f, #662D9F);