#8293df
a light, vivid blue · warm · closest name: steelblue
RGB
130, 147, 223
HSL
229°, 59%, 69%
CMYK
42, 34, 0, 13
Luminance
0.3094
Every format
| HEX | #8293df |
| RGB | rgb(130, 147, 223) |
| HSL | hsl(229, 59%, 69%) |
| CMYK | cmyk(42%, 34%, 0%, 13%) |
| LAB | lab(62.5 13.1 -40.6) |
| LCH | lch(62.5 42.7 287.9) |
| OKLCH | oklch(0.681 0.114 273.4) |
Copy-ready code
/* CSS */
color: #8293df;
background-color: #8293df;
/* Tailwind (arbitrary) */
class="text-[#8293df] bg-[#8293df]"
/* SCSS */
$brand: #8293df;
/* SwiftUI */
Color(red: 0.510, green: 0.576, blue: 0.875)
/* Android */
Color.parseColor("#8293df")Accessibility — WCAG contrast
Aa
#8293df on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8293df on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green57.6%
Blue87.5%
CMYK percentages
Cyan41.7%
Magenta34.1%
Yellow0.0%
Key (black)12.5%
Color previews
#8293df text on a black background
contrast 7.19:1
Card sample
#8293df text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8293df;
Background color
Panel with #8293df background
background-color: #8293df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8293df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 147, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 147, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8293df; background: linear-gradient(135deg, #8293df, #AF82DF);