#7777ee
a light, electric blue · warm · closest name: royalblue
RGB
119, 119, 238
HSL
240°, 78%, 70%
CMYK
50, 50, 0, 7
Luminance
0.2329
Every format
| HEX | #7777ee |
| RGB | rgb(119, 119, 238) |
| HSL | hsl(240, 78%, 70%) |
| CMYK | cmyk(50%, 50%, 0%, 7%) |
| LAB | lab(55.4 31.4 -60.2) |
| LCH | lch(55.4 67.9 297.5) |
| OKLCH | oklch(0.628 0.174 280.1) |
Copy-ready code
/* CSS */
color: #7777ee;
background-color: #7777ee;
/* Tailwind (arbitrary) */
class="text-[#7777ee] bg-[#7777ee]"
/* SCSS */
$brand: #7777ee;
/* SwiftUI */
Color(red: 0.467, green: 0.467, blue: 0.933)
/* Android */
Color.parseColor("#7777ee")Accessibility — WCAG contrast
Aa
#7777ee on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7777ee on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green46.7%
Blue93.3%
CMYK percentages
Cyan50.0%
Magenta50.0%
Yellow0.0%
Key (black)6.7%
Color previews
#7777ee text on a black background
contrast 5.66:1
Card sample
#7777ee text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7777ee;
Background color
Panel with #7777ee background
background-color: #7777ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7777ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 119, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 119, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7777ee; background: linear-gradient(135deg, #7777ee, #C677EE);