#293688
a dark, vivid blue · warm · closest name: midnightblue
RGB
41, 54, 136
HSL
232°, 54%, 35%
CMYK
70, 60, 0, 47
Luminance
0.0489
Every format
| HEX | #293688 |
| RGB | rgb(41, 54, 136) |
| HSL | hsl(232, 54%, 35%) |
| CMYK | cmyk(70%, 60%, 0%, 47%) |
| LAB | lab(26.4 23.5 -47.5) |
| LCH | lch(26.4 53.0 296.3) |
| OKLCH | oklch(0.375 0.137 271.3) |
Copy-ready code
/* CSS */
color: #293688;
background-color: #293688;
/* Tailwind (arbitrary) */
class="text-[#293688] bg-[#293688]"
/* SCSS */
$brand: #293688;
/* SwiftUI */
Color(red: 0.161, green: 0.212, blue: 0.533)
/* Android */
Color.parseColor("#293688")Accessibility — WCAG contrast
Aa
#293688 on white: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#293688 on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green21.2%
Blue53.3%
CMYK percentages
Cyan69.9%
Magenta60.3%
Yellow0.0%
Key (black)46.7%
Color previews
#293688 text on a black background
contrast 1.98:1
Card sample
#293688 text on a white background
contrast 10.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #293688;
Background color
Panel with #293688 background
background-color: #293688;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #293688;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 54, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 54, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #293688; background: linear-gradient(135deg, #293688, #5B2988);