#7986fc
a light, electric blue · warm · closest name: royalblue
RGB
121, 134, 252
HSL
234°, 96%, 73%
CMYK
52, 47, 0, 1
Luminance
0.2814
Every format
| HEX | #7986fc |
| RGB | rgb(121, 134, 252) |
| HSL | hsl(234, 96%, 73%) |
| CMYK | cmyk(52%, 47%, 0%, 1%) |
| LAB | lab(60.0 27.2 -60.5) |
| LCH | lch(60.0 66.4 294.2) |
| OKLCH | oklch(0.666 0.173 275.9) |
Copy-ready code
/* CSS */
color: #7986fc;
background-color: #7986fc;
/* Tailwind (arbitrary) */
class="text-[#7986fc] bg-[#7986fc]"
/* SCSS */
$brand: #7986fc;
/* SwiftUI */
Color(red: 0.475, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#7986fc")Accessibility — WCAG contrast
Aa
#7986fc on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7986fc on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green52.5%
Blue98.8%
CMYK percentages
Cyan52.0%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#7986fc text on a black background
contrast 6.63:1
Card sample
#7986fc text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7986fc;
Background color
Panel with #7986fc background
background-color: #7986fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7986fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7986fc; background: linear-gradient(135deg, #7986fc, #C379FC);