#7293fd
a light, electric blue · warm · closest name: dodgerblue
RGB
114, 147, 253
HSL
226°, 97%, 72%
CMYK
55, 42, 0, 1
Luminance
0.3154
Every format
| HEX | #7293fd |
| RGB | rgb(114, 147, 253) |
| HSL | hsl(226, 97%, 72%) |
| CMYK | cmyk(55%, 42%, 0%, 1%) |
| LAB | lab(63.0 18.4 -56.4) |
| LCH | lch(63.0 59.3 288.1) |
| OKLCH | oklch(0.687 0.160 268.9) |
Copy-ready code
/* CSS */
color: #7293fd;
background-color: #7293fd;
/* Tailwind (arbitrary) */
class="text-[#7293fd] bg-[#7293fd]"
/* SCSS */
$brand: #7293fd;
/* SwiftUI */
Color(red: 0.447, green: 0.576, blue: 0.992)
/* Android */
Color.parseColor("#7293fd")Accessibility — WCAG contrast
Aa
#7293fd on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7293fd on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green57.6%
Blue99.2%
CMYK percentages
Cyan54.9%
Magenta41.9%
Yellow0.0%
Key (black)0.8%
Color previews
#7293fd text on a black background
contrast 7.31:1
Card sample
#7293fd text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7293fd;
Background color
Panel with #7293fd background
background-color: #7293fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7293fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 147, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 147, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7293fd; background: linear-gradient(135deg, #7293fd, #AE72FD);