#8f8dfb
a light, electric blue · warm · closest name: royalblue
RGB
143, 141, 251
HSL
241°, 93%, 77%
CMYK
43, 44, 0, 2
Luminance
0.3185
Every format
| HEX | #8f8dfb |
| RGB | rgb(143, 141, 251) |
| HSL | hsl(241, 93%, 77%) |
| CMYK | cmyk(43%, 44%, 0%, 2%) |
| LAB | lab(63.2 27.7 -54.8) |
| LCH | lch(63.2 61.4 296.8) |
| OKLCH | oklch(0.694 0.159 282.3) |
Copy-ready code
/* CSS */
color: #8f8dfb;
background-color: #8f8dfb;
/* Tailwind (arbitrary) */
class="text-[#8f8dfb] bg-[#8f8dfb]"
/* SCSS */
$brand: #8f8dfb;
/* SwiftUI */
Color(red: 0.561, green: 0.553, blue: 0.984)
/* Android */
Color.parseColor("#8f8dfb")Accessibility — WCAG contrast
Aa
#8f8dfb on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8f8dfb on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green55.3%
Blue98.4%
CMYK percentages
Cyan43.0%
Magenta43.8%
Yellow0.0%
Key (black)1.6%
Color previews
#8f8dfb text on a black background
contrast 7.37:1
Card sample
#8f8dfb text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f8dfb;
Background color
Panel with #8f8dfb background
background-color: #8f8dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f8dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 141, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 141, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f8dfb; background: linear-gradient(135deg, #8f8dfb, #D88DFB);