#8f8ade
a light, vivid blue · warm · closest name: dodgerblue
RGB
143, 138, 222
HSL
244°, 56%, 71%
CMYK
36, 38, 0, 13
Luminance
0.2929
Every format
| HEX | #8f8ade |
| RGB | rgb(143, 138, 222) |
| HSL | hsl(244, 56%, 71%) |
| CMYK | cmyk(36%, 38%, 0%, 13%) |
| LAB | lab(61.0 21.5 -42.2) |
| LCH | lch(61.0 47.4 297.0) |
| OKLCH | oklch(0.672 0.123 285.3) |
Copy-ready code
/* CSS */
color: #8f8ade;
background-color: #8f8ade;
/* Tailwind (arbitrary) */
class="text-[#8f8ade] bg-[#8f8ade]"
/* SCSS */
$brand: #8f8ade;
/* SwiftUI */
Color(red: 0.561, green: 0.541, blue: 0.871)
/* Android */
Color.parseColor("#8f8ade")Accessibility — WCAG contrast
Aa
#8f8ade on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f8ade on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green54.1%
Blue87.1%
CMYK percentages
Cyan35.6%
Magenta37.8%
Yellow0.0%
Key (black)12.9%
Color previews
#8f8ade text on a black background
contrast 6.86:1
Card sample
#8f8ade text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f8ade;
Background color
Panel with #8f8ade background
background-color: #8f8ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f8ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 138, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 138, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f8ade; background: linear-gradient(135deg, #8f8ade, #C78ADE);