#c7a8ff
a light, electric violet · warm · closest name: plum
RGB
199, 168, 255
HSL
261°, 100%, 83%
CMYK
22, 34, 0, 0
Luminance
0.4737
Every format
| HEX | #c7a8ff |
| RGB | rgb(199, 168, 255) |
| HSL | hsl(261, 100%, 83%) |
| CMYK | cmyk(22%, 34%, 0%, 0%) |
| LAB | lab(74.4 28.4 -39.0) |
| LCH | lch(74.4 48.3 306.1) |
| OKLCH | oklch(0.791 0.125 299.9) |
Copy-ready code
/* CSS */
color: #c7a8ff;
background-color: #c7a8ff;
/* Tailwind (arbitrary) */
class="text-[#c7a8ff] bg-[#c7a8ff]"
/* SCSS */
$brand: #c7a8ff;
/* SwiftUI */
Color(red: 0.780, green: 0.659, blue: 1.000)
/* Android */
Color.parseColor("#c7a8ff")Accessibility — WCAG contrast
Aa
#c7a8ff on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7a8ff on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green65.9%
Blue100.0%
CMYK percentages
Cyan22.0%
Magenta34.1%
Yellow0.0%
Key (black)0.0%
Color previews
#c7a8ff text on a black background
contrast 10.47:1
Card sample
#c7a8ff text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7a8ff;
Background color
Panel with #c7a8ff background
background-color: #c7a8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7a8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 168, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 168, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7a8ff; background: linear-gradient(135deg, #c7a8ff, #FFA8FD);