#8c95eb
a light, vivid blue · warm · closest name: dodgerblue
RGB
140, 149, 235
HSL
234°, 70%, 74%
CMYK
40, 37, 0, 8
Luminance
0.3307
Every format
| HEX | #8c95eb |
| RGB | rgb(140, 149, 235) |
| HSL | hsl(234, 70%, 74%) |
| CMYK | cmyk(40%, 37%, 0%, 8%) |
| LAB | lab(64.2 17.9 -44.4) |
| LCH | lch(64.2 47.9 291.9) |
| OKLCH | oklch(0.698 0.126 278.1) |
Copy-ready code
/* CSS */
color: #8c95eb;
background-color: #8c95eb;
/* Tailwind (arbitrary) */
class="text-[#8c95eb] bg-[#8c95eb]"
/* SCSS */
$brand: #8c95eb;
/* SwiftUI */
Color(red: 0.549, green: 0.584, blue: 0.922)
/* Android */
Color.parseColor("#8c95eb")Accessibility — WCAG contrast
Aa
#8c95eb on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8c95eb on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green58.4%
Blue92.2%
CMYK percentages
Cyan40.4%
Magenta36.6%
Yellow0.0%
Key (black)7.8%
Color previews
#8c95eb text on a black background
contrast 7.61:1
Card sample
#8c95eb text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c95eb;
Background color
Panel with #8c95eb background
background-color: #8c95eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c95eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 149, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 149, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c95eb; background: linear-gradient(135deg, #8c95eb, #C28CEB);