#798afd
a light, electric blue · warm · closest name: royalblue
RGB
121, 138, 253
HSL
232°, 97%, 73%
CMYK
52, 46, 0, 1
Luminance
0.2933
Every format
| HEX | #798afd |
| RGB | rgb(121, 138, 253) |
| HSL | hsl(232, 97%, 73%) |
| CMYK | cmyk(52%, 46%, 0%, 1%) |
| LAB | lab(61.1 25.1 -59.4) |
| LCH | lch(61.1 64.5 292.9) |
| OKLCH | oklch(0.674 0.170 274.6) |
Copy-ready code
/* CSS */
color: #798afd;
background-color: #798afd;
/* Tailwind (arbitrary) */
class="text-[#798afd] bg-[#798afd]"
/* SCSS */
$brand: #798afd;
/* SwiftUI */
Color(red: 0.475, green: 0.541, blue: 0.992)
/* Android */
Color.parseColor("#798afd")Accessibility — WCAG contrast
Aa
#798afd on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#798afd on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green54.1%
Blue99.2%
CMYK percentages
Cyan52.2%
Magenta45.5%
Yellow0.0%
Key (black)0.8%
Color previews
#798afd text on a black background
contrast 6.87:1
Card sample
#798afd text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #798afd;
Background color
Panel with #798afd background
background-color: #798afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #798afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 138, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 138, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #798afd; background: linear-gradient(135deg, #798afd, #C079FD);