#8395eb
a light, vivid blue · warm · closest name: dodgerblue
RGB
131, 149, 235
HSL
230°, 72%, 72%
CMYK
44, 37, 0, 8
Luminance
0.3232
Every format
| HEX | #8395eb |
| RGB | rgb(131, 149, 235) |
| HSL | hsl(230, 72%, 72%) |
| CMYK | cmyk(44%, 37%, 0%, 8%) |
| LAB | lab(63.6 15.6 -45.4) |
| LCH | lch(63.6 48.0 289.0) |
| OKLCH | oklch(0.692 0.128 273.6) |
Copy-ready code
/* CSS */
color: #8395eb;
background-color: #8395eb;
/* Tailwind (arbitrary) */
class="text-[#8395eb] bg-[#8395eb]"
/* SCSS */
$brand: #8395eb;
/* SwiftUI */
Color(red: 0.514, green: 0.584, blue: 0.922)
/* Android */
Color.parseColor("#8395eb")Accessibility — WCAG contrast
Aa
#8395eb on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8395eb on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green58.4%
Blue92.2%
CMYK percentages
Cyan44.3%
Magenta36.6%
Yellow0.0%
Key (black)7.8%
Color previews
#8395eb text on a black background
contrast 7.46:1
Card sample
#8395eb text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8395eb;
Background color
Panel with #8395eb background
background-color: #8395eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8395eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 149, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 149, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8395eb; background: linear-gradient(135deg, #8395eb, #B683EB);