#770cdf
a balanced, electric violet · warm · closest name: blue
RGB
119, 12, 223
HSL
270°, 90%, 46%
CMYK
47, 95, 0, 13
Luminance
0.0951
Every format
| HEX | #770cdf |
| RGB | rgb(119, 12, 223) |
| HSL | hsl(270, 90%, 46%) |
| CMYK | cmyk(47%, 95%, 0%, 13%) |
| LAB | lab(37.0 74.3 -81.8) |
| LCH | lch(37.0 110.5 312.3) |
| OKLCH | oklch(0.492 0.262 296.6) |
Copy-ready code
/* CSS */
color: #770cdf;
background-color: #770cdf;
/* Tailwind (arbitrary) */
class="text-[#770cdf] bg-[#770cdf]"
/* SCSS */
$brand: #770cdf;
/* SwiftUI */
Color(red: 0.467, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#770cdf")Accessibility — WCAG contrast
Aa
#770cdf on white: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#770cdf on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green4.7%
Blue87.5%
CMYK percentages
Cyan46.6%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#770cdf text on a black background
contrast 2.90:1
Card sample
#770cdf text on a white background
contrast 7.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #770cdf;
Background color
Panel with #770cdf background
background-color: #770cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #770cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #770cdf; background: linear-gradient(135deg, #770cdf, #DF0CBB);