#c779f4
a light, electric violet · warm · closest name: violet
RGB
199, 121, 244
HSL
278°, 85%, 72%
CMYK
18, 50, 0, 4
Luminance
0.3235
Every format
| HEX | #c779f4 |
| RGB | rgb(199, 121, 244) |
| HSL | hsl(278, 85%, 72%) |
| CMYK | cmyk(18%, 50%, 0%, 4%) |
| LAB | lab(63.6 51.4 -50.0) |
| LCH | lch(63.6 71.6 315.8) |
| OKLCH | oklch(0.708 0.187 311.8) |
Copy-ready code
/* CSS */
color: #c779f4;
background-color: #c779f4;
/* Tailwind (arbitrary) */
class="text-[#c779f4] bg-[#c779f4]"
/* SCSS */
$brand: #c779f4;
/* SwiftUI */
Color(red: 0.780, green: 0.475, blue: 0.957)
/* Android */
Color.parseColor("#c779f4")Accessibility — WCAG contrast
Aa
#c779f4 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c779f4 on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green47.5%
Blue95.7%
CMYK percentages
Cyan18.4%
Magenta50.4%
Yellow0.0%
Key (black)4.3%
Color previews
#c779f4 text on a black background
contrast 7.47:1
Card sample
#c779f4 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c779f4;
Background color
Panel with #c779f4 background
background-color: #c779f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c779f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 121, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 121, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c779f4; background: linear-gradient(135deg, #c779f4, #F479CF);