#8294ed
a light, vivid blue · warm · closest name: dodgerblue
RGB
130, 148, 237
HSL
230°, 75%, 72%
CMYK
45, 38, 0, 7
Luminance
0.3204
Every format
| HEX | #8294ed |
| RGB | rgb(130, 148, 237) |
| HSL | hsl(230, 75%, 72%) |
| CMYK | cmyk(45%, 38%, 0%, 7%) |
| LAB | lab(63.4 16.5 -46.9) |
| LCH | lch(63.4 49.7 289.4) |
| OKLCH | oklch(0.690 0.133 273.8) |
Copy-ready code
/* CSS */
color: #8294ed;
background-color: #8294ed;
/* Tailwind (arbitrary) */
class="text-[#8294ed] bg-[#8294ed]"
/* SCSS */
$brand: #8294ed;
/* SwiftUI */
Color(red: 0.510, green: 0.580, blue: 0.929)
/* Android */
Color.parseColor("#8294ed")Accessibility — WCAG contrast
Aa
#8294ed on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8294ed on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green58.0%
Blue92.9%
CMYK percentages
Cyan45.1%
Magenta37.6%
Yellow0.0%
Key (black)7.1%
Color previews
#8294ed text on a black background
contrast 7.41:1
Card sample
#8294ed text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8294ed;
Background color
Panel with #8294ed background
background-color: #8294ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8294ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 148, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 148, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8294ed; background: linear-gradient(135deg, #8294ed, #B782ED);