#8293fd
a light, electric blue · warm · closest name: dodgerblue
RGB
130, 147, 253
HSL
232°, 97%, 75%
CMYK
49, 42, 0, 1
Luminance
0.3271
Every format
| HEX | #8293fd |
| RGB | rgb(130, 147, 253) |
| HSL | hsl(232, 97%, 75%) |
| CMYK | cmyk(49%, 42%, 0%, 1%) |
| LAB | lab(63.9 21.8 -54.8) |
| LCH | lch(63.9 59.0 291.7) |
| OKLCH | oklch(0.697 0.156 274.8) |
Copy-ready code
/* CSS */
color: #8293fd;
background-color: #8293fd;
/* Tailwind (arbitrary) */
class="text-[#8293fd] bg-[#8293fd]"
/* SCSS */
$brand: #8293fd;
/* SwiftUI */
Color(red: 0.510, green: 0.576, blue: 0.992)
/* Android */
Color.parseColor("#8293fd")Accessibility — WCAG contrast
Aa
#8293fd on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8293fd on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green57.6%
Blue99.2%
CMYK percentages
Cyan48.6%
Magenta41.9%
Yellow0.0%
Key (black)0.8%
Color previews
#8293fd text on a black background
contrast 7.54:1
Card sample
#8293fd text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8293fd;
Background color
Panel with #8293fd background
background-color: #8293fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8293fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 147, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 147, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8293fd; background: linear-gradient(135deg, #8293fd, #C382FD);