#c765fd
a light, electric violet · warm · closest name: violet
RGB
199, 101, 253
HSL
279°, 97%, 69%
CMYK
21, 60, 0, 1
Luminance
0.2854
Every format
| HEX | #c765fd |
| RGB | rgb(199, 101, 253) |
| HSL | hsl(279, 97%, 69%) |
| CMYK | cmyk(21%, 60%, 0%, 1%) |
| LAB | lab(60.4 63.2 -60.1) |
| LCH | lch(60.4 87.2 316.4) |
| OKLCH | oklch(0.685 0.226 311.6) |
Copy-ready code
/* CSS */
color: #c765fd;
background-color: #c765fd;
/* Tailwind (arbitrary) */
class="text-[#c765fd] bg-[#c765fd]"
/* SCSS */
$brand: #c765fd;
/* SwiftUI */
Color(red: 0.780, green: 0.396, blue: 0.992)
/* Android */
Color.parseColor("#c765fd")Accessibility — WCAG contrast
Aa
#c765fd on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c765fd on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green39.6%
Blue99.2%
CMYK percentages
Cyan21.3%
Magenta60.1%
Yellow0.0%
Key (black)0.8%
Color previews
#c765fd text on a black background
contrast 6.71:1
Card sample
#c765fd text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c765fd;
Background color
Panel with #c765fd background
background-color: #c765fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c765fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 101, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 101, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c765fd; background: linear-gradient(135deg, #c765fd, #FD65CE);