#293fdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
41, 63, 223
HSL
233°, 74%, 52%
CMYK
82, 72, 0, 13
Luminance
0.0935
Every format
| HEX | #293fdf |
| RGB | rgb(41, 63, 223) |
| HSL | hsl(233, 74%, 52%) |
| CMYK | cmyk(82%, 72%, 0%, 13%) |
| LAB | lab(36.6 49.2 -82.5) |
| LCH | lch(36.6 96.0 300.8) |
| OKLCH | oklch(0.474 0.239 268.1) |
Copy-ready code
/* CSS */
color: #293fdf;
background-color: #293fdf;
/* Tailwind (arbitrary) */
class="text-[#293fdf] bg-[#293fdf]"
/* SCSS */
$brand: #293fdf;
/* SwiftUI */
Color(red: 0.161, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#293fdf")Accessibility — WCAG contrast
Aa
#293fdf on white: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#293fdf on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green24.7%
Blue87.5%
CMYK percentages
Cyan81.6%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#293fdf text on a black background
contrast 2.87:1
Card sample
#293fdf text on a white background
contrast 7.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #293fdf;
Background color
Panel with #293fdf background
background-color: #293fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #293fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #293fdf; background: linear-gradient(135deg, #293fdf, #8C29DF);