#293afd
a balanced, electric blue · warm · closest name: blue
RGB
41, 58, 253
HSL
235°, 98%, 58%
CMYK
84, 77, 0, 1
Luminance
0.1059
Every format
| HEX | #293afd |
| RGB | rgb(41, 58, 253) |
| HSL | hsl(235, 98%, 58%) |
| CMYK | cmyk(84%, 77%, 0%, 1%) |
| LAB | lab(38.9 61.6 -95.8) |
| LCH | lch(38.9 113.9 302.8) |
| OKLCH | oklch(0.499 0.278 267.8) |
Copy-ready code
/* CSS */
color: #293afd;
background-color: #293afd;
/* Tailwind (arbitrary) */
class="text-[#293afd] bg-[#293afd]"
/* SCSS */
$brand: #293afd;
/* SwiftUI */
Color(red: 0.161, green: 0.227, blue: 0.992)
/* Android */
Color.parseColor("#293afd")Accessibility — WCAG contrast
Aa
#293afd on white: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#293afd on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green22.7%
Blue99.2%
CMYK percentages
Cyan83.8%
Magenta77.1%
Yellow0.0%
Key (black)0.8%
Color previews
#293afd text on a black background
contrast 3.12:1
Card sample
#293afd text on a white background
contrast 6.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #293afd;
Background color
Panel with #293afd background
background-color: #293afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #293afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 58, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 58, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #293afd; background: linear-gradient(135deg, #293afd, #A529FD);