#868dfd
a light, electric blue · warm · closest name: royalblue
RGB
134, 141, 253
HSL
237°, 97%, 76%
CMYK
47, 44, 0, 1
Luminance
0.3121
Every format
| HEX | #868dfd |
| RGB | rgb(134, 141, 253) |
| HSL | hsl(237, 97%, 76%) |
| CMYK | cmyk(47%, 44%, 0%, 1%) |
| LAB | lab(62.7 26.2 -56.8) |
| LCH | lch(62.7 62.5 294.8) |
| OKLCH | oklch(0.688 0.163 278.5) |
Copy-ready code
/* CSS */
color: #868dfd;
background-color: #868dfd;
/* Tailwind (arbitrary) */
class="text-[#868dfd] bg-[#868dfd]"
/* SCSS */
$brand: #868dfd;
/* SwiftUI */
Color(red: 0.525, green: 0.553, blue: 0.992)
/* Android */
Color.parseColor("#868dfd")Accessibility — WCAG contrast
Aa
#868dfd on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#868dfd on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green55.3%
Blue99.2%
CMYK percentages
Cyan47.0%
Magenta44.3%
Yellow0.0%
Key (black)0.8%
Color previews
#868dfd text on a black background
contrast 7.24:1
Card sample
#868dfd text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #868dfd;
Background color
Panel with #868dfd background
background-color: #868dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #868dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 141, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 141, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #868dfd; background: linear-gradient(135deg, #868dfd, #CE86FD);