#8288fe
a light, electric blue · warm · closest name: royalblue
RGB
130, 136, 254
HSL
237°, 98%, 75%
CMYK
49, 47, 0, 0
Luminance
0.2951
Every format
| HEX | #8288fe |
| RGB | rgb(130, 136, 254) |
| HSL | hsl(237, 98%, 75%) |
| CMYK | cmyk(49%, 47%, 0%, 0%) |
| LAB | lab(61.2 28.5 -59.7) |
| LCH | lch(61.2 66.1 295.6) |
| OKLCH | oklch(0.677 0.172 278.6) |
Copy-ready code
/* CSS */
color: #8288fe;
background-color: #8288fe;
/* Tailwind (arbitrary) */
class="text-[#8288fe] bg-[#8288fe]"
/* SCSS */
$brand: #8288fe;
/* SwiftUI */
Color(red: 0.510, green: 0.533, blue: 0.996)
/* Android */
Color.parseColor("#8288fe")Accessibility — WCAG contrast
Aa
#8288fe on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8288fe on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green53.3%
Blue99.6%
CMYK percentages
Cyan48.8%
Magenta46.5%
Yellow0.0%
Key (black)0.4%
Color previews
#8288fe text on a black background
contrast 6.90:1
Card sample
#8288fe text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8288fe;
Background color
Panel with #8288fe background
background-color: #8288fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8288fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 136, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 136, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8288fe; background: linear-gradient(135deg, #8288fe, #CF82FE);