#293eb4
a dark, vivid blue · warm · closest name: slateblue
RGB
41, 62, 180
HSL
231°, 63%, 43%
CMYK
77, 66, 0, 29
Luminance
0.0721
Every format
| HEX | #293eb4 |
| RGB | rgb(41, 62, 180) |
| HSL | hsl(231, 63%, 43%) |
| CMYK | cmyk(77%, 66%, 0%, 29%) |
| LAB | lab(32.3 34.6 -64.6) |
| LCH | lch(32.3 73.3 298.2) |
| OKLCH | oklch(0.430 0.187 268.8) |
Copy-ready code
/* CSS */
color: #293eb4;
background-color: #293eb4;
/* Tailwind (arbitrary) */
class="text-[#293eb4] bg-[#293eb4]"
/* SCSS */
$brand: #293eb4;
/* SwiftUI */
Color(red: 0.161, green: 0.243, blue: 0.706)
/* Android */
Color.parseColor("#293eb4")Accessibility — WCAG contrast
Aa
#293eb4 on white: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#293eb4 on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green24.3%
Blue70.6%
CMYK percentages
Cyan77.2%
Magenta65.6%
Yellow0.0%
Key (black)29.4%
Color previews
#293eb4 text on a black background
contrast 2.44:1
Card sample
#293eb4 text on a white background
contrast 8.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #293eb4;
Background color
Panel with #293eb4 background
background-color: #293eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #293eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 62, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 62, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #293eb4; background: linear-gradient(135deg, #293eb4, #7029B4);