#8cabfd
a light, electric blue · cool · closest name: dodgerblue
RGB
140, 171, 253
HSL
224°, 97%, 77%
CMYK
45, 32, 0, 1
Luminance
0.4179
Every format
| HEX | #8cabfd |
| RGB | rgb(140, 171, 253) |
| HSL | hsl(224, 97%, 77%) |
| CMYK | cmyk(45%, 32%, 0%, 1%) |
| LAB | lab(70.7 10.3 -44.0) |
| LCH | lch(70.7 45.2 283.2) |
| OKLCH | oklch(0.751 0.124 267.6) |
Copy-ready code
/* CSS */
color: #8cabfd;
background-color: #8cabfd;
/* Tailwind (arbitrary) */
class="text-[#8cabfd] bg-[#8cabfd]"
/* SCSS */
$brand: #8cabfd;
/* SwiftUI */
Color(red: 0.549, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#8cabfd")Accessibility — WCAG contrast
Aa
#8cabfd on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cabfd on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green67.1%
Blue99.2%
CMYK percentages
Cyan44.7%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#8cabfd text on a black background
contrast 9.36:1
Card sample
#8cabfd text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cabfd;
Background color
Panel with #8cabfd background
background-color: #8cabfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cabfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cabfd; background: linear-gradient(135deg, #8cabfd, #B88CFD);