#294afd
a balanced, electric blue · warm · closest name: blue
RGB
41, 74, 253
HSL
231°, 98%, 58%
CMYK
84, 71, 0, 1
Luminance
0.1246
Every format
| HEX | #294afd |
| RGB | rgb(41, 74, 253) |
| HSL | hsl(231, 98%, 58%) |
| CMYK | cmyk(84%, 71%, 0%, 1%) |
| LAB | lab(41.9 53.0 -90.7) |
| LCH | lch(41.9 105.0 300.3) |
| OKLCH | oklch(0.521 0.263 266.9) |
Copy-ready code
/* CSS */
color: #294afd;
background-color: #294afd;
/* Tailwind (arbitrary) */
class="text-[#294afd] bg-[#294afd]"
/* SCSS */
$brand: #294afd;
/* SwiftUI */
Color(red: 0.161, green: 0.290, blue: 0.992)
/* Android */
Color.parseColor("#294afd")Accessibility — WCAG contrast
Aa
#294afd on white: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#294afd on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green29.0%
Blue99.2%
CMYK percentages
Cyan83.8%
Magenta70.8%
Yellow0.0%
Key (black)0.8%
Color previews
#294afd text on a black background
contrast 3.49:1
Card sample
#294afd text on a white background
contrast 6.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #294afd;
Background color
Panel with #294afd background
background-color: #294afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #294afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 74, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 74, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #294afd; background: linear-gradient(135deg, #294afd, #9529FD);