#797cfd
a light, electric blue · warm · closest name: royalblue
RGB
121, 124, 253
HSL
239°, 97%, 73%
CMYK
52, 51, 0, 1
Luminance
0.2557
Every format
| HEX | #797cfd |
| RGB | rgb(121, 124, 253) |
| HSL | hsl(239, 97%, 73%) |
| CMYK | cmyk(52%, 51%, 0%, 1%) |
| LAB | lab(57.6 33.4 -64.9) |
| LCH | lch(57.6 73.0 297.2) |
| OKLCH | oklch(0.648 0.188 278.8) |
Copy-ready code
/* CSS */
color: #797cfd;
background-color: #797cfd;
/* Tailwind (arbitrary) */
class="text-[#797cfd] bg-[#797cfd]"
/* SCSS */
$brand: #797cfd;
/* SwiftUI */
Color(red: 0.475, green: 0.486, blue: 0.992)
/* Android */
Color.parseColor("#797cfd")Accessibility — WCAG contrast
Aa
#797cfd on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#797cfd on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green48.6%
Blue99.2%
CMYK percentages
Cyan52.2%
Magenta51.0%
Yellow0.0%
Key (black)0.8%
Color previews
#797cfd text on a black background
contrast 6.11:1
Card sample
#797cfd text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #797cfd;
Background color
Panel with #797cfd background
background-color: #797cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #797cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 124, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 124, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #797cfd; background: linear-gradient(135deg, #797cfd, #CE79FD);