#8f8fef
a light, electric blue · warm · closest name: dodgerblue
RGB
143, 143, 239
HSL
240°, 75%, 75%
CMYK
40, 40, 0, 6
Luminance
0.3172
Every format
| HEX | #8f8fef |
| RGB | rgb(143, 143, 239) |
| HSL | hsl(240, 75%, 75%) |
| CMYK | cmyk(40%, 40%, 0%, 6%) |
| LAB | lab(63.1 23.2 -48.4) |
| LCH | lch(63.1 53.6 295.6) |
| OKLCH | oklch(0.691 0.139 282.1) |
Copy-ready code
/* CSS */
color: #8f8fef;
background-color: #8f8fef;
/* Tailwind (arbitrary) */
class="text-[#8f8fef] bg-[#8f8fef]"
/* SCSS */
$brand: #8f8fef;
/* SwiftUI */
Color(red: 0.561, green: 0.561, blue: 0.937)
/* Android */
Color.parseColor("#8f8fef")Accessibility — WCAG contrast
Aa
#8f8fef on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8f8fef on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green56.1%
Blue93.7%
CMYK percentages
Cyan40.2%
Magenta40.2%
Yellow0.0%
Key (black)6.3%
Color previews
#8f8fef text on a black background
contrast 7.34:1
Card sample
#8f8fef text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f8fef;
Background color
Panel with #8f8fef background
background-color: #8f8fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f8fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 143, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 143, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f8fef; background: linear-gradient(135deg, #8f8fef, #CF8FEF);