#8f8fe7
a light, vivid blue · warm · closest name: dodgerblue
RGB
143, 143, 231
HSL
240°, 65%, 73%
CMYK
38, 38, 0, 9
Luminance
0.3125
Every format
| HEX | #8f8fe7 |
| RGB | rgb(143, 143, 231) |
| HSL | hsl(240, 65%, 73%) |
| CMYK | cmyk(38%, 38%, 0%, 9%) |
| LAB | lab(62.7 21.0 -44.5) |
| LCH | lch(62.7 49.3 295.2) |
| OKLCH | oklch(0.687 0.128 282.5) |
Copy-ready code
/* CSS */
color: #8f8fe7;
background-color: #8f8fe7;
/* Tailwind (arbitrary) */
class="text-[#8f8fe7] bg-[#8f8fe7]"
/* SCSS */
$brand: #8f8fe7;
/* SwiftUI */
Color(red: 0.561, green: 0.561, blue: 0.906)
/* Android */
Color.parseColor("#8f8fe7")Accessibility — WCAG contrast
Aa
#8f8fe7 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8f8fe7 on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green56.1%
Blue90.6%
CMYK percentages
Cyan38.1%
Magenta38.1%
Yellow0.0%
Key (black)9.4%
Color previews
#8f8fe7 text on a black background
contrast 7.25:1
Card sample
#8f8fe7 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f8fe7;
Background color
Panel with #8f8fe7 background
background-color: #8f8fe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f8fe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 143, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 143, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f8fe7; background: linear-gradient(135deg, #8f8fe7, #CA8FE7);