#c795df
a light, vivid violet · warm · closest name: plum
RGB
199, 149, 223
HSL
281°, 54%, 73%
CMYK
11, 33, 0, 13
Luminance
0.3896
Every format
| HEX | #c795df |
| RGB | rgb(199, 149, 223) |
| HSL | hsl(281, 54%, 73%) |
| CMYK | cmyk(11%, 33%, 0%, 13%) |
| LAB | lab(68.7 31.9 -30.4) |
| LCH | lch(68.7 44.1 316.4) |
| OKLCH | oklch(0.743 0.117 314.4) |
Copy-ready code
/* CSS */
color: #c795df;
background-color: #c795df;
/* Tailwind (arbitrary) */
class="text-[#c795df] bg-[#c795df]"
/* SCSS */
$brand: #c795df;
/* SwiftUI */
Color(red: 0.780, green: 0.584, blue: 0.875)
/* Android */
Color.parseColor("#c795df")Accessibility — WCAG contrast
Aa
#c795df on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c795df on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green58.4%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta33.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c795df text on a black background
contrast 8.79:1
Card sample
#c795df text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c795df;
Background color
Panel with #c795df background
background-color: #c795df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c795df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 149, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 149, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c795df; background: linear-gradient(135deg, #c795df, #DF95C6);