#293eb9
a dark, vivid blue · warm · closest name: slateblue
RGB
41, 62, 185
HSL
231°, 64%, 44%
CMYK
78, 67, 0, 28
Luminance
0.0742
Every format
| HEX | #293eb9 |
| RGB | rgb(41, 62, 185) |
| HSL | hsl(231, 64%, 44%) |
| CMYK | cmyk(78%, 67%, 0%, 28%) |
| LAB | lab(32.7 36.4 -66.8) |
| LCH | lch(32.7 76.1 298.6) |
| OKLCH | oklch(0.435 0.193 268.8) |
Copy-ready code
/* CSS */
color: #293eb9;
background-color: #293eb9;
/* Tailwind (arbitrary) */
class="text-[#293eb9] bg-[#293eb9]"
/* SCSS */
$brand: #293eb9;
/* SwiftUI */
Color(red: 0.161, green: 0.243, blue: 0.725)
/* Android */
Color.parseColor("#293eb9")Accessibility — WCAG contrast
Aa
#293eb9 on white: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#293eb9 on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green24.3%
Blue72.5%
CMYK percentages
Cyan77.8%
Magenta66.5%
Yellow0.0%
Key (black)27.5%
Color previews
#293eb9 text on a black background
contrast 2.48:1
Card sample
#293eb9 text on a white background
contrast 8.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #293eb9;
Background color
Panel with #293eb9 background
background-color: #293eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #293eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 62, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 62, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #293eb9; background: linear-gradient(135deg, #293eb9, #7429B9);