#293df8
a balanced, electric blue · warm · closest name: blue
RGB
41, 61, 248
HSL
234°, 94%, 57%
CMYK
84, 75, 0, 3
Luminance
0.1059
Every format
| HEX | #293df8 |
| RGB | rgb(41, 61, 248) |
| HSL | hsl(234, 94%, 57%) |
| CMYK | cmyk(84%, 75%, 0%, 3%) |
| LAB | lab(38.9 58.5 -93.0) |
| LCH | lch(38.9 109.8 302.2) |
| OKLCH | oklch(0.498 0.270 267.8) |
Copy-ready code
/* CSS */
color: #293df8;
background-color: #293df8;
/* Tailwind (arbitrary) */
class="text-[#293df8] bg-[#293df8]"
/* SCSS */
$brand: #293df8;
/* SwiftUI */
Color(red: 0.161, green: 0.239, blue: 0.973)
/* Android */
Color.parseColor("#293df8")Accessibility — WCAG contrast
Aa
#293df8 on white: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#293df8 on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green23.9%
Blue97.3%
CMYK percentages
Cyan83.5%
Magenta75.4%
Yellow0.0%
Key (black)2.7%
Color previews
#293df8 text on a black background
contrast 3.12:1
Card sample
#293df8 text on a white background
contrast 6.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #293df8;
Background color
Panel with #293df8 background
background-color: #293df8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #293df8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 61, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 61, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #293df8; background: linear-gradient(135deg, #293df8, #9F29F8);