#293eb6
a dark, vivid blue · warm · closest name: slateblue
RGB
41, 62, 182
HSL
231°, 63%, 44%
CMYK
78, 66, 0, 29
Luminance
0.0729
Every format
| HEX | #293eb6 |
| RGB | rgb(41, 62, 182) |
| HSL | hsl(231, 63%, 44%) |
| CMYK | cmyk(78%, 66%, 0%, 29%) |
| LAB | lab(32.5 35.3 -65.5) |
| LCH | lch(32.5 74.4 298.4) |
| OKLCH | oklch(0.432 0.190 268.8) |
Copy-ready code
/* CSS */
color: #293eb6;
background-color: #293eb6;
/* Tailwind (arbitrary) */
class="text-[#293eb6] bg-[#293eb6]"
/* SCSS */
$brand: #293eb6;
/* SwiftUI */
Color(red: 0.161, green: 0.243, blue: 0.714)
/* Android */
Color.parseColor("#293eb6")Accessibility — WCAG contrast
Aa
#293eb6 on white: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#293eb6 on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green24.3%
Blue71.4%
CMYK percentages
Cyan77.5%
Magenta65.9%
Yellow0.0%
Key (black)28.6%
Color previews
#293eb6 text on a black background
contrast 2.46:1
Card sample
#293eb6 text on a white background
contrast 8.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #293eb6;
Background color
Panel with #293eb6 background
background-color: #293eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #293eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 62, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 62, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #293eb6; background: linear-gradient(135deg, #293eb6, #7229B6);