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