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