#797fef
a light, electric blue · warm · closest name: royalblue
RGB
121, 127, 239
HSL
237°, 79%, 71%
CMYK
49, 47, 0, 6
Luminance
0.2548
Every format
| HEX | #797fef |
| RGB | rgb(121, 127, 239) |
| HSL | hsl(237, 79%, 71%) |
| CMYK | cmyk(49%, 47%, 0%, 6%) |
| LAB | lab(57.5 27.4 -57.3) |
| LCH | lch(57.5 63.5 295.5) |
| OKLCH | oklch(0.644 0.165 278.4) |
Copy-ready code
/* CSS */
color: #797fef;
background-color: #797fef;
/* Tailwind (arbitrary) */
class="text-[#797fef] bg-[#797fef]"
/* SCSS */
$brand: #797fef;
/* SwiftUI */
Color(red: 0.475, green: 0.498, blue: 0.937)
/* Android */
Color.parseColor("#797fef")Accessibility — WCAG contrast
Aa
#797fef on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#797fef on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green49.8%
Blue93.7%
CMYK percentages
Cyan49.4%
Magenta46.9%
Yellow0.0%
Key (black)6.3%
Color previews
#797fef text on a black background
contrast 6.10:1
Card sample
#797fef text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #797fef;
Background color
Panel with #797fef background
background-color: #797fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #797fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 127, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 127, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #797fef; background: linear-gradient(135deg, #797fef, #C279EF);