#c774f1
a light, electric violet · warm · closest name: violet
RGB
199, 116, 241
HSL
280°, 82%, 70%
CMYK
17, 52, 0, 6
Luminance
0.3098
Every format
| HEX | #c774f1 |
| RGB | rgb(199, 116, 241) |
| HSL | hsl(280, 82%, 70%) |
| CMYK | cmyk(17%, 52%, 0%, 6%) |
| LAB | lab(62.5 53.3 -50.1) |
| LCH | lch(62.5 73.1 316.8) |
| OKLCH | oklch(0.699 0.192 313.1) |
Copy-ready code
/* CSS */
color: #c774f1;
background-color: #c774f1;
/* Tailwind (arbitrary) */
class="text-[#c774f1] bg-[#c774f1]"
/* SCSS */
$brand: #c774f1;
/* SwiftUI */
Color(red: 0.780, green: 0.455, blue: 0.945)
/* Android */
Color.parseColor("#c774f1")Accessibility — WCAG contrast
Aa
#c774f1 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c774f1 on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green45.5%
Blue94.5%
CMYK percentages
Cyan17.4%
Magenta51.9%
Yellow0.0%
Key (black)5.5%
Color previews
#c774f1 text on a black background
contrast 7.20:1
Card sample
#c774f1 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c774f1;
Background color
Panel with #c774f1 background
background-color: #c774f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c774f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 116, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 116, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c774f1; background: linear-gradient(135deg, #c774f1, #F174C8);