#707dfd
a light, electric blue · warm · closest name: royalblue
RGB
112, 125, 253
HSL
235°, 97%, 72%
CMYK
56, 51, 0, 1
Luminance
0.2520
Every format
| HEX | #707dfd |
| RGB | rgb(112, 125, 253) |
| HSL | hsl(235, 97%, 72%) |
| CMYK | cmyk(56%, 51%, 0%, 1%) |
| LAB | lab(57.3 31.1 -65.5) |
| LCH | lch(57.3 72.5 295.4) |
| OKLCH | oklch(0.644 0.188 275.4) |
Copy-ready code
/* CSS */
color: #707dfd;
background-color: #707dfd;
/* Tailwind (arbitrary) */
class="text-[#707dfd] bg-[#707dfd]"
/* SCSS */
$brand: #707dfd;
/* SwiftUI */
Color(red: 0.439, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#707dfd")Accessibility — WCAG contrast
Aa
#707dfd on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#707dfd on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green49.0%
Blue99.2%
CMYK percentages
Cyan55.7%
Magenta50.6%
Yellow0.0%
Key (black)0.8%
Color previews
#707dfd text on a black background
contrast 6.04:1
Card sample
#707dfd text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #707dfd;
Background color
Panel with #707dfd background
background-color: #707dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #707dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #707dfd; background: linear-gradient(135deg, #707dfd, #C170FD);