#8d9cff
a light, electric blue · warm · closest name: dodgerblue
RGB
141, 156, 255
HSL
232°, 100%, 78%
CMYK
45, 39, 0, 0
Luminance
0.3666
Every format
| HEX | #8d9cff |
| RGB | rgb(141, 156, 255) |
| HSL | hsl(232, 100%, 78%) |
| CMYK | cmyk(45%, 39%, 0%, 0%) |
| LAB | lab(67.0 19.7 -51.0) |
| LCH | lch(67.0 54.6 291.1) |
| OKLCH | oklch(0.723 0.144 275.7) |
Copy-ready code
/* CSS */
color: #8d9cff;
background-color: #8d9cff;
/* Tailwind (arbitrary) */
class="text-[#8d9cff] bg-[#8d9cff]"
/* SCSS */
$brand: #8d9cff;
/* SwiftUI */
Color(red: 0.553, green: 0.612, blue: 1.000)
/* Android */
Color.parseColor("#8d9cff")Accessibility — WCAG contrast
Aa
#8d9cff on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8d9cff on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green61.2%
Blue100.0%
CMYK percentages
Cyan44.7%
Magenta38.8%
Yellow0.0%
Key (black)0.0%
Color previews
#8d9cff text on a black background
contrast 8.33:1
Card sample
#8d9cff text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8d9cff;
Background color
Panel with #8d9cff background
background-color: #8d9cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8d9cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 156, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 156, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8d9cff; background: linear-gradient(135deg, #8d9cff, #CA8DFF);