#293696
a dark, vivid blue · warm · closest name: midnightblue
RGB
41, 54, 150
HSL
233°, 57%, 38%
CMYK
73, 64, 0, 41
Luminance
0.0531
Every format
| HEX | #293696 |
| RGB | rgb(41, 54, 150) |
| HSL | hsl(233, 57%, 38%) |
| CMYK | cmyk(73%, 64%, 0%, 41%) |
| LAB | lab(27.6 28.8 -54.2) |
| LCH | lch(27.6 61.3 297.9) |
| OKLCH | oklch(0.387 0.157 271.1) |
Copy-ready code
/* CSS */
color: #293696;
background-color: #293696;
/* Tailwind (arbitrary) */
class="text-[#293696] bg-[#293696]"
/* SCSS */
$brand: #293696;
/* SwiftUI */
Color(red: 0.161, green: 0.212, blue: 0.588)
/* Android */
Color.parseColor("#293696")Accessibility — WCAG contrast
Aa
#293696 on white: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#293696 on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green21.2%
Blue58.8%
CMYK percentages
Cyan72.7%
Magenta64.0%
Yellow0.0%
Key (black)41.2%
Color previews
#293696 text on a black background
contrast 2.06:1
Card sample
#293696 text on a white background
contrast 10.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #293696;
Background color
Panel with #293696 background
background-color: #293696;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #293696;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 54, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 54, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #293696; background: linear-gradient(135deg, #293696, #652996);