#c770fd
a light, electric violet · warm · closest name: violet
RGB
199, 112, 253
HSL
277°, 97%, 72%
CMYK
21, 56, 0, 1
Luminance
0.3082
Every format
| HEX | #c770fd |
| RGB | rgb(199, 112, 253) |
| HSL | hsl(277, 97%, 72%) |
| CMYK | cmyk(21%, 56%, 0%, 1%) |
| LAB | lab(62.4 57.8 -56.9) |
| LCH | lch(62.4 81.2 315.5) |
| OKLCH | oklch(0.700 0.210 310.6) |
Copy-ready code
/* CSS */
color: #c770fd;
background-color: #c770fd;
/* Tailwind (arbitrary) */
class="text-[#c770fd] bg-[#c770fd]"
/* SCSS */
$brand: #c770fd;
/* SwiftUI */
Color(red: 0.780, green: 0.439, blue: 0.992)
/* Android */
Color.parseColor("#c770fd")Accessibility — WCAG contrast
Aa
#c770fd on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c770fd on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green43.9%
Blue99.2%
CMYK percentages
Cyan21.3%
Magenta55.7%
Yellow0.0%
Key (black)0.8%
Color previews
#c770fd text on a black background
contrast 7.16:1
Card sample
#c770fd text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c770fd;
Background color
Panel with #c770fd background
background-color: #c770fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c770fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 112, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 112, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c770fd; background: linear-gradient(135deg, #c770fd, #FD70D5);