#c797df
a light, vivid violet · warm · closest name: plum
RGB
199, 151, 223
HSL
280°, 53%, 73%
CMYK
11, 32, 0, 13
Luminance
0.3960
Every format
| HEX | #c797df |
| RGB | rgb(199, 151, 223) |
| HSL | hsl(280, 53%, 73%) |
| CMYK | cmyk(11%, 32%, 0%, 13%) |
| LAB | lab(69.2 30.8 -29.7) |
| LCH | lch(69.2 42.8 316.1) |
| OKLCH | oklch(0.747 0.113 314.1) |
Copy-ready code
/* CSS */
color: #c797df;
background-color: #c797df;
/* Tailwind (arbitrary) */
class="text-[#c797df] bg-[#c797df]"
/* SCSS */
$brand: #c797df;
/* SwiftUI */
Color(red: 0.780, green: 0.592, blue: 0.875)
/* Android */
Color.parseColor("#c797df")Accessibility — WCAG contrast
Aa
#c797df on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c797df on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green59.2%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta32.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c797df text on a black background
contrast 8.92:1
Card sample
#c797df text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c797df;
Background color
Panel with #c797df background
background-color: #c797df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c797df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 151, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 151, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c797df; background: linear-gradient(135deg, #c797df, #DF97C7);