#8395fd
a light, electric blue · warm · closest name: dodgerblue
RGB
131, 149, 253
HSL
231°, 97%, 75%
CMYK
48, 41, 0, 1
Luminance
0.3341
Every format
| HEX | #8395fd |
| RGB | rgb(131, 149, 253) |
| HSL | hsl(231, 97%, 75%) |
| CMYK | cmyk(48%, 41%, 0%, 1%) |
| LAB | lab(64.5 20.9 -53.9) |
| LCH | lch(64.5 57.8 291.1) |
| OKLCH | oklch(0.702 0.153 274.4) |
Copy-ready code
/* CSS */
color: #8395fd;
background-color: #8395fd;
/* Tailwind (arbitrary) */
class="text-[#8395fd] bg-[#8395fd]"
/* SCSS */
$brand: #8395fd;
/* SwiftUI */
Color(red: 0.514, green: 0.584, blue: 0.992)
/* Android */
Color.parseColor("#8395fd")Accessibility — WCAG contrast
Aa
#8395fd on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8395fd on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green58.4%
Blue99.2%
CMYK percentages
Cyan48.2%
Magenta41.1%
Yellow0.0%
Key (black)0.8%
Color previews
#8395fd text on a black background
contrast 7.68:1
Card sample
#8395fd text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8395fd;
Background color
Panel with #8395fd background
background-color: #8395fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8395fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 149, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 149, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8395fd; background: linear-gradient(135deg, #8395fd, #C283FD);