#7f77da
a light, vivid blue · warm · closest name: slateblue
RGB
127, 119, 218
HSL
245°, 57%, 66%
CMYK
42, 45, 0, 15
Luminance
0.2277
Every format
| HEX | #7f77da |
| RGB | rgb(127, 119, 218) |
| HSL | hsl(245, 57%, 66%) |
| CMYK | cmyk(42%, 45%, 0%, 15%) |
| LAB | lab(54.8 27.4 -49.9) |
| LCH | lch(54.8 56.9 298.8) |
| OKLCH | oklch(0.621 0.146 285.0) |
Copy-ready code
/* CSS */
color: #7f77da;
background-color: #7f77da;
/* Tailwind (arbitrary) */
class="text-[#7f77da] bg-[#7f77da]"
/* SCSS */
$brand: #7f77da;
/* SwiftUI */
Color(red: 0.498, green: 0.467, blue: 0.855)
/* Android */
Color.parseColor("#7f77da")Accessibility — WCAG contrast
Aa
#7f77da on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f77da on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green46.7%
Blue85.5%
CMYK percentages
Cyan41.7%
Magenta45.4%
Yellow0.0%
Key (black)14.5%
Color previews
#7f77da text on a black background
contrast 5.55:1
Card sample
#7f77da text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f77da;
Background color
Panel with #7f77da background
background-color: #7f77da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f77da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 119, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 119, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f77da; background: linear-gradient(135deg, #7f77da, #C177DA);