#293dfd
a balanced, electric blue · warm · closest name: blue
RGB
41, 61, 253
HSL
234°, 98%, 58%
CMYK
84, 76, 0, 1
Luminance
0.1090
Every format
| HEX | #293dfd |
| RGB | rgb(41, 61, 253) |
| HSL | hsl(234, 98%, 58%) |
| CMYK | cmyk(84%, 76%, 0%, 1%) |
| LAB | lab(39.4 60.1 -94.9) |
| LCH | lch(39.4 112.3 302.3) |
| OKLCH | oklch(0.503 0.275 267.7) |
Copy-ready code
/* CSS */
color: #293dfd;
background-color: #293dfd;
/* Tailwind (arbitrary) */
class="text-[#293dfd] bg-[#293dfd]"
/* SCSS */
$brand: #293dfd;
/* SwiftUI */
Color(red: 0.161, green: 0.239, blue: 0.992)
/* Android */
Color.parseColor("#293dfd")Accessibility — WCAG contrast
Aa
#293dfd on white: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#293dfd on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green23.9%
Blue99.2%
CMYK percentages
Cyan83.8%
Magenta75.9%
Yellow0.0%
Key (black)0.8%
Color previews
#293dfd text on a black background
contrast 3.18:1
Card sample
#293dfd text on a white background
contrast 6.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #293dfd;
Background color
Panel with #293dfd background
background-color: #293dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #293dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 61, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 61, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #293dfd; background: linear-gradient(135deg, #293dfd, #A229FD);