#293fba
a dark, vivid blue · warm · closest name: slateblue
RGB
41, 63, 186
HSL
231°, 64%, 45%
CMYK
78, 66, 0, 27
Luminance
0.0757
Every format
| HEX | #293fba |
| RGB | rgb(41, 63, 186) |
| HSL | hsl(231, 64%, 45%) |
| CMYK | cmyk(78%, 66%, 0%, 27%) |
| LAB | lab(33.1 36.2 -66.9) |
| LCH | lch(33.1 76.0 298.4) |
| OKLCH | oklch(0.437 0.194 268.6) |
Copy-ready code
/* CSS */
color: #293fba;
background-color: #293fba;
/* Tailwind (arbitrary) */
class="text-[#293fba] bg-[#293fba]"
/* SCSS */
$brand: #293fba;
/* SwiftUI */
Color(red: 0.161, green: 0.247, blue: 0.729)
/* Android */
Color.parseColor("#293fba")Accessibility — WCAG contrast
Aa
#293fba on white: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#293fba on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green24.7%
Blue72.9%
CMYK percentages
Cyan78.0%
Magenta66.1%
Yellow0.0%
Key (black)27.1%
Color previews
#293fba text on a black background
contrast 2.51:1
Card sample
#293fba text on a white background
contrast 8.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #293fba;
Background color
Panel with #293fba background
background-color: #293fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #293fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 63, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 63, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #293fba; background: linear-gradient(135deg, #293fba, #7429BA);