#7983fd
a light, electric blue · warm · closest name: royalblue
RGB
121, 131, 253
HSL
236°, 97%, 73%
CMYK
52, 48, 0, 1
Luminance
0.2739
Every format
| HEX | #7983fd |
| RGB | rgb(121, 131, 253) |
| HSL | hsl(236, 97%, 73%) |
| CMYK | cmyk(52%, 48%, 0%, 1%) |
| LAB | lab(59.3 29.3 -62.2) |
| LCH | lch(59.3 68.7 295.2) |
| OKLCH | oklch(0.661 0.178 276.8) |
Copy-ready code
/* CSS */
color: #7983fd;
background-color: #7983fd;
/* Tailwind (arbitrary) */
class="text-[#7983fd] bg-[#7983fd]"
/* SCSS */
$brand: #7983fd;
/* SwiftUI */
Color(red: 0.475, green: 0.514, blue: 0.992)
/* Android */
Color.parseColor("#7983fd")Accessibility — WCAG contrast
Aa
#7983fd on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7983fd on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green51.4%
Blue99.2%
CMYK percentages
Cyan52.2%
Magenta48.2%
Yellow0.0%
Key (black)0.8%
Color previews
#7983fd text on a black background
contrast 6.48:1
Card sample
#7983fd text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7983fd;
Background color
Panel with #7983fd background
background-color: #7983fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7983fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 131, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 131, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7983fd; background: linear-gradient(135deg, #7983fd, #C779FD);