#705bfd
a light, electric blue · warm · closest name: slateblue
RGB
112, 91, 253
HSL
248°, 98%, 68%
CMYK
56, 64, 0, 1
Luminance
0.1802
Every format
| HEX | #705bfd |
| RGB | rgb(112, 91, 253) |
| HSL | hsl(248, 98%, 68%) |
| CMYK | cmyk(56%, 64%, 0%, 1%) |
| LAB | lab(49.5 50.9 -78.1) |
| LCH | lch(49.5 93.2 303.1) |
| OKLCH | oklch(0.586 0.230 282.6) |
Copy-ready code
/* CSS */
color: #705bfd;
background-color: #705bfd;
/* Tailwind (arbitrary) */
class="text-[#705bfd] bg-[#705bfd]"
/* SCSS */
$brand: #705bfd;
/* SwiftUI */
Color(red: 0.439, green: 0.357, blue: 0.992)
/* Android */
Color.parseColor("#705bfd")Accessibility — WCAG contrast
Aa
#705bfd on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#705bfd on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green35.7%
Blue99.2%
CMYK percentages
Cyan55.7%
Magenta64.0%
Yellow0.0%
Key (black)0.8%
Color previews
#705bfd text on a black background
contrast 4.60:1
Card sample
#705bfd text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #705bfd;
Background color
Panel with #705bfd background
background-color: #705bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #705bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 91, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 91, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #705bfd; background: linear-gradient(135deg, #705bfd, #DC5BFD);