#8c91df
a light, vivid blue · warm · closest name: dodgerblue
RGB
140, 145, 223
HSL
236°, 57%, 71%
CMYK
37, 35, 0, 13
Luminance
0.3115
Every format
| HEX | #8c91df |
| RGB | rgb(140, 145, 223) |
| HSL | hsl(236, 57%, 71%) |
| CMYK | cmyk(37%, 35%, 0%, 13%) |
| LAB | lab(62.6 16.9 -40.3) |
| LCH | lch(62.6 43.7 292.7) |
| OKLCH | oklch(0.684 0.115 280.1) |
Copy-ready code
/* CSS */
color: #8c91df;
background-color: #8c91df;
/* Tailwind (arbitrary) */
class="text-[#8c91df] bg-[#8c91df]"
/* SCSS */
$brand: #8c91df;
/* SwiftUI */
Color(red: 0.549, green: 0.569, blue: 0.875)
/* Android */
Color.parseColor("#8c91df")Accessibility — WCAG contrast
Aa
#8c91df on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8c91df on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green56.9%
Blue87.5%
CMYK percentages
Cyan37.2%
Magenta35.0%
Yellow0.0%
Key (black)12.5%
Color previews
#8c91df text on a black background
contrast 7.23:1
Card sample
#8c91df text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c91df;
Background color
Panel with #8c91df background
background-color: #8c91df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c91df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 145, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 145, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c91df; background: linear-gradient(135deg, #8c91df, #BE8CDF);