#c077fd
a light, electric violet · warm · closest name: violet
RGB
192, 119, 253
HSL
273°, 97%, 73%
CMYK
24, 53, 0, 1
Luminance
0.3149
Every format
| HEX | #c077fd |
| RGB | rgb(192, 119, 253) |
| HSL | hsl(273, 97%, 73%) |
| CMYK | cmyk(24%, 53%, 0%, 1%) |
| LAB | lab(62.9 52.6 -56.1) |
| LCH | lch(62.9 76.9 313.1) |
| OKLCH | oklch(0.702 0.198 307.2) |
Copy-ready code
/* CSS */
color: #c077fd;
background-color: #c077fd;
/* Tailwind (arbitrary) */
class="text-[#c077fd] bg-[#c077fd]"
/* SCSS */
$brand: #c077fd;
/* SwiftUI */
Color(red: 0.753, green: 0.467, blue: 0.992)
/* Android */
Color.parseColor("#c077fd")Accessibility — WCAG contrast
Aa
#c077fd on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c077fd on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green46.7%
Blue99.2%
CMYK percentages
Cyan24.1%
Magenta53.0%
Yellow0.0%
Key (black)0.8%
Color previews
#c077fd text on a black background
contrast 7.30:1
Card sample
#c077fd text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c077fd;
Background color
Panel with #c077fd background
background-color: #c077fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c077fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 119, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 119, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c077fd; background: linear-gradient(135deg, #c077fd, #FD77E1);