#c69fdc
a light, vivid violet · warm · closest name: plum
RGB
198, 159, 220
HSL
278°, 47%, 74%
CMYK
10, 28, 0, 14
Luminance
0.4197
Every format
| HEX | #c69fdc |
| RGB | rgb(198, 159, 220) |
| HSL | hsl(278, 47%, 74%) |
| CMYK | cmyk(10%, 28%, 0%, 14%) |
| LAB | lab(70.8 25.5 -25.5) |
| LCH | lch(70.8 36.0 315.0) |
| OKLCH | oklch(0.759 0.095 313.1) |
Copy-ready code
/* CSS */
color: #c69fdc;
background-color: #c69fdc;
/* Tailwind (arbitrary) */
class="text-[#c69fdc] bg-[#c69fdc]"
/* SCSS */
$brand: #c69fdc;
/* SwiftUI */
Color(red: 0.776, green: 0.624, blue: 0.863)
/* Android */
Color.parseColor("#c69fdc")Accessibility — WCAG contrast
Aa
#c69fdc on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69fdc on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green62.4%
Blue86.3%
CMYK percentages
Cyan10.0%
Magenta27.7%
Yellow0.0%
Key (black)13.7%
Color previews
#c69fdc text on a black background
contrast 9.39:1
Card sample
#c69fdc text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69fdc;
Background color
Panel with #c69fdc background
background-color: #c69fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 159, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 159, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69fdc; background: linear-gradient(135deg, #c69fdc, #DC9FC9);