#8c95df
a light, vivid blue · warm · closest name: steelblue
RGB
140, 149, 223
HSL
234°, 57%, 71%
CMYK
37, 33, 0, 13
Luminance
0.3240
Every format
| HEX | #8c95df |
| RGB | rgb(140, 149, 223) |
| HSL | hsl(234, 57%, 71%) |
| CMYK | cmyk(37%, 33%, 0%, 13%) |
| LAB | lab(63.7 14.6 -38.6) |
| LCH | lch(63.7 41.3 290.6) |
| OKLCH | oklch(0.692 0.109 277.8) |
Copy-ready code
/* CSS */
color: #8c95df;
background-color: #8c95df;
/* Tailwind (arbitrary) */
class="text-[#8c95df] bg-[#8c95df]"
/* SCSS */
$brand: #8c95df;
/* SwiftUI */
Color(red: 0.549, green: 0.584, blue: 0.875)
/* Android */
Color.parseColor("#8c95df")Accessibility — WCAG contrast
Aa
#8c95df on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8c95df on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green58.4%
Blue87.5%
CMYK percentages
Cyan37.2%
Magenta33.2%
Yellow0.0%
Key (black)12.5%
Color previews
#8c95df text on a black background
contrast 7.48:1
Card sample
#8c95df text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c95df;
Background color
Panel with #8c95df background
background-color: #8c95df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c95df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 149, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 149, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c95df; background: linear-gradient(135deg, #8c95df, #BA8CDF);