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