#c795fd
a light, electric violet · warm · closest name: violet
RGB
199, 149, 253
HSL
269°, 96%, 79%
CMYK
21, 41, 0, 1
Luminance
0.4073
Every format
| HEX | #c795fd |
| RGB | rgb(199, 149, 253) |
| HSL | hsl(269, 96%, 79%) |
| CMYK | cmyk(21%, 41%, 0%, 1%) |
| LAB | lab(70.0 38.4 -44.9) |
| LCH | lch(70.0 59.0 310.5) |
| OKLCH | oklch(0.757 0.153 305.2) |
Copy-ready code
/* CSS */
color: #c795fd;
background-color: #c795fd;
/* Tailwind (arbitrary) */
class="text-[#c795fd] bg-[#c795fd]"
/* SCSS */
$brand: #c795fd;
/* SwiftUI */
Color(red: 0.780, green: 0.584, blue: 0.992)
/* Android */
Color.parseColor("#c795fd")Accessibility — WCAG contrast
Aa
#c795fd on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c795fd on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green58.4%
Blue99.2%
CMYK percentages
Cyan21.3%
Magenta41.1%
Yellow0.0%
Key (black)0.8%
Color previews
#c795fd text on a black background
contrast 9.15:1
Card sample
#c795fd text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c795fd;
Background color
Panel with #c795fd background
background-color: #c795fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c795fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 149, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 149, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c795fd; background: linear-gradient(135deg, #c795fd, #FD95EE);