#7782ee
a light, electric blue · warm · closest name: royalblue
RGB
119, 130, 238
HSL
235°, 78%, 70%
CMYK
50, 45, 0, 7
Luminance
0.2606
Every format
| HEX | #7782ee |
| RGB | rgb(119, 130, 238) |
| HSL | hsl(235, 78%, 70%) |
| CMYK | cmyk(50%, 45%, 0%, 7%) |
| LAB | lab(58.1 24.9 -55.9) |
| LCH | lch(58.1 61.2 294.0) |
| OKLCH | oklch(0.648 0.160 276.6) |
Copy-ready code
/* CSS */
color: #7782ee;
background-color: #7782ee;
/* Tailwind (arbitrary) */
class="text-[#7782ee] bg-[#7782ee]"
/* SCSS */
$brand: #7782ee;
/* SwiftUI */
Color(red: 0.467, green: 0.510, blue: 0.933)
/* Android */
Color.parseColor("#7782ee")Accessibility — WCAG contrast
Aa
#7782ee on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7782ee on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green51.0%
Blue93.3%
CMYK percentages
Cyan50.0%
Magenta45.4%
Yellow0.0%
Key (black)6.7%
Color previews
#7782ee text on a black background
contrast 6.21:1
Card sample
#7782ee text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7782ee;
Background color
Panel with #7782ee background
background-color: #7782ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7782ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 130, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 130, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7782ee; background: linear-gradient(135deg, #7782ee, #BB77EE);