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