#8f91df
a light, vivid blue · warm · closest name: dodgerblue
RGB
143, 145, 223
HSL
239°, 56%, 72%
CMYK
36, 35, 0, 13
Luminance
0.3142
Every format
| HEX | #8f91df |
| RGB | rgb(143, 145, 223) |
| HSL | hsl(239, 56%, 72%) |
| CMYK | cmyk(36%, 35%, 0%, 13%) |
| LAB | lab(62.9 17.7 -39.9) |
| LCH | lch(62.9 43.6 293.9) |
| OKLCH | oklch(0.686 0.114 281.8) |
Copy-ready code
/* CSS */
color: #8f91df;
background-color: #8f91df;
/* Tailwind (arbitrary) */
class="text-[#8f91df] bg-[#8f91df]"
/* SCSS */
$brand: #8f91df;
/* SwiftUI */
Color(red: 0.561, green: 0.569, blue: 0.875)
/* Android */
Color.parseColor("#8f91df")Accessibility — WCAG contrast
Aa
#8f91df on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8f91df on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green56.9%
Blue87.5%
CMYK percentages
Cyan35.9%
Magenta35.0%
Yellow0.0%
Key (black)12.5%
Color previews
#8f91df text on a black background
contrast 7.28:1
Card sample
#8f91df text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f91df;
Background color
Panel with #8f91df background
background-color: #8f91df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f91df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 145, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 145, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f91df; background: linear-gradient(135deg, #8f91df, #C28FDF);