#8c69fd
a light, electric blue · warm · closest name: slateblue
RGB
140, 105, 253
HSL
254°, 97%, 70%
CMYK
45, 59, 0, 1
Luminance
0.2277
Every format
| HEX | #8c69fd |
| RGB | rgb(140, 105, 253) |
| HSL | hsl(254, 97%, 70%) |
| CMYK | cmyk(45%, 59%, 0%, 1%) |
| LAB | lab(54.8 48.2 -69.3) |
| LCH | lch(54.8 84.4 304.8) |
| OKLCH | oklch(0.631 0.210 289.9) |
Copy-ready code
/* CSS */
color: #8c69fd;
background-color: #8c69fd;
/* Tailwind (arbitrary) */
class="text-[#8c69fd] bg-[#8c69fd]"
/* SCSS */
$brand: #8c69fd;
/* SwiftUI */
Color(red: 0.549, green: 0.412, blue: 0.992)
/* Android */
Color.parseColor("#8c69fd")Accessibility — WCAG contrast
Aa
#8c69fd on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8c69fd on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green41.2%
Blue99.2%
CMYK percentages
Cyan44.7%
Magenta58.5%
Yellow0.0%
Key (black)0.8%
Color previews
#8c69fd text on a black background
contrast 5.55:1
Card sample
#8c69fd text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c69fd;
Background color
Panel with #8c69fd background
background-color: #8c69fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c69fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 105, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 105, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c69fd; background: linear-gradient(135deg, #8c69fd, #EF69FD);