#7783ff
a light, electric blue · warm · closest name: royalblue
RGB
119, 131, 255
HSL
235°, 100%, 73%
CMYK
53, 49, 0, 0
Luminance
0.2737
Every format
| HEX | #7783ff |
| RGB | rgb(119, 131, 255) |
| HSL | hsl(235, 100%, 73%) |
| CMYK | cmyk(53%, 49%, 0%, 0%) |
| LAB | lab(59.3 29.5 -63.3) |
| LCH | lch(59.3 69.8 295.0) |
| OKLCH | oklch(0.661 0.182 276.1) |
Copy-ready code
/* CSS */
color: #7783ff;
background-color: #7783ff;
/* Tailwind (arbitrary) */
class="text-[#7783ff] bg-[#7783ff]"
/* SCSS */
$brand: #7783ff;
/* SwiftUI */
Color(red: 0.467, green: 0.514, blue: 1.000)
/* Android */
Color.parseColor("#7783ff")Accessibility — WCAG contrast
Aa
#7783ff on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7783ff on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green51.4%
Blue100.0%
CMYK percentages
Cyan53.3%
Magenta48.6%
Yellow0.0%
Key (black)0.0%
Color previews
#7783ff text on a black background
contrast 6.47:1
Card sample
#7783ff text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7783ff;
Background color
Panel with #7783ff background
background-color: #7783ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7783ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 131, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 131, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7783ff; background: linear-gradient(135deg, #7783ff, #C677FF);