#797ef1
a light, electric blue · warm · closest name: royalblue
RGB
121, 126, 241
HSL
238°, 81%, 71%
CMYK
50, 48, 0, 6
Luminance
0.2534
Every format
| HEX | #797ef1 |
| RGB | rgb(121, 126, 241) |
| HSL | hsl(238, 81%, 71%) |
| CMYK | cmyk(50%, 48%, 0%, 6%) |
| LAB | lab(57.4 28.6 -58.6) |
| LCH | lch(57.4 65.2 296.0) |
| OKLCH | oklch(0.644 0.169 278.7) |
Copy-ready code
/* CSS */
color: #797ef1;
background-color: #797ef1;
/* Tailwind (arbitrary) */
class="text-[#797ef1] bg-[#797ef1]"
/* SCSS */
$brand: #797ef1;
/* SwiftUI */
Color(red: 0.475, green: 0.494, blue: 0.945)
/* Android */
Color.parseColor("#797ef1")Accessibility — WCAG contrast
Aa
#797ef1 on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#797ef1 on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green49.4%
Blue94.5%
CMYK percentages
Cyan49.8%
Magenta47.7%
Yellow0.0%
Key (black)5.5%
Color previews
#797ef1 text on a black background
contrast 6.07:1
Card sample
#797ef1 text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #797ef1;
Background color
Panel with #797ef1 background
background-color: #797ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #797ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 126, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 126, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #797ef1; background: linear-gradient(135deg, #797ef1, #C479F1);