#c69fcc
a light, soft magenta / pink · warm · closest name: plum
RGB
198, 159, 204
HSL
292°, 31%, 71%
CMYK
3, 22, 0, 20
Luminance
0.4116
Every format
| HEX | #c69fcc |
| RGB | rgb(198, 159, 204) |
| HSL | hsl(292, 31%, 71%) |
| CMYK | cmyk(3%, 22%, 0%, 20%) |
| LAB | lab(70.3 22.3 -17.5) |
| LCH | lch(70.3 28.4 321.8) |
| OKLCH | oklch(0.752 0.077 321.9) |
Copy-ready code
/* CSS */
color: #c69fcc;
background-color: #c69fcc;
/* Tailwind (arbitrary) */
class="text-[#c69fcc] bg-[#c69fcc]"
/* SCSS */
$brand: #c69fcc;
/* SwiftUI */
Color(red: 0.776, green: 0.624, blue: 0.800)
/* Android */
Color.parseColor("#c69fcc")Accessibility — WCAG contrast
Aa
#c69fcc on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69fcc on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green62.4%
Blue80.0%
CMYK percentages
Cyan2.9%
Magenta22.1%
Yellow0.0%
Key (black)20.0%
Color previews
#c69fcc text on a black background
contrast 9.23:1
Card sample
#c69fcc text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69fcc;
Background color
Panel with #c69fcc background
background-color: #c69fcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69fcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 159, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 159, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69fcc; background: linear-gradient(135deg, #c69fcc, #CC9FB4);