#8293ff
a light, electric blue · warm · closest name: dodgerblue
RGB
130, 147, 255
HSL
232°, 100%, 76%
CMYK
49, 42, 0, 0
Luminance
0.3283
Every format
| HEX | #8293ff |
| RGB | rgb(130, 147, 255) |
| HSL | hsl(232, 100%, 76%) |
| CMYK | cmyk(49%, 42%, 0%, 0%) |
| LAB | lab(64.0 22.4 -55.7) |
| LCH | lch(64.0 60.1 291.9) |
| OKLCH | oklch(0.698 0.159 274.8) |
Copy-ready code
/* CSS */
color: #8293ff;
background-color: #8293ff;
/* Tailwind (arbitrary) */
class="text-[#8293ff] bg-[#8293ff]"
/* SCSS */
$brand: #8293ff;
/* SwiftUI */
Color(red: 0.510, green: 0.576, blue: 1.000)
/* Android */
Color.parseColor("#8293ff")Accessibility — WCAG contrast
Aa
#8293ff on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8293ff on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green57.6%
Blue100.0%
CMYK percentages
Cyan49.0%
Magenta42.4%
Yellow0.0%
Key (black)0.0%
Color previews
#8293ff text on a black background
contrast 7.57:1
Card sample
#8293ff text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8293ff;
Background color
Panel with #8293ff background
background-color: #8293ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8293ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 147, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 147, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8293ff; background: linear-gradient(135deg, #8293ff, #C482FF);