#706dfd
a light, electric blue · warm · closest name: royalblue
RGB
112, 109, 253
HSL
241°, 97%, 71%
CMYK
56, 57, 0, 1
Luminance
0.2147
Every format
| HEX | #706dfd |
| RGB | rgb(112, 109, 253) |
| HSL | hsl(241, 97%, 71%) |
| CMYK | cmyk(56%, 57%, 0%, 1%) |
| LAB | lab(53.5 40.5 -71.7) |
| LCH | lch(53.5 82.3 299.5) |
| OKLCH | oklch(0.615 0.208 279.3) |
Copy-ready code
/* CSS */
color: #706dfd;
background-color: #706dfd;
/* Tailwind (arbitrary) */
class="text-[#706dfd] bg-[#706dfd]"
/* SCSS */
$brand: #706dfd;
/* SwiftUI */
Color(red: 0.439, green: 0.427, blue: 0.992)
/* Android */
Color.parseColor("#706dfd")Accessibility — WCAG contrast
Aa
#706dfd on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#706dfd on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green42.7%
Blue99.2%
CMYK percentages
Cyan55.7%
Magenta56.9%
Yellow0.0%
Key (black)0.8%
Color previews
#706dfd text on a black background
contrast 5.29:1
Card sample
#706dfd text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #706dfd;
Background color
Panel with #706dfd background
background-color: #706dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #706dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 109, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 109, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #706dfd; background: linear-gradient(135deg, #706dfd, #D06DFD);