#c69fc2
a light, soft magenta / pink · warm · closest name: plum
RGB
198, 159, 194
HSL
306°, 26%, 70%
CMYK
0, 20, 2, 22
Luminance
0.4070
Every format
| HEX | #c69fc2 |
| RGB | rgb(198, 159, 194) |
| HSL | hsl(306, 26%, 70%) |
| CMYK | cmyk(0%, 20%, 2%, 22%) |
| LAB | lab(70.0 20.4 -12.5) |
| LCH | lch(70.0 23.9 328.5) |
| OKLCH | oklch(0.749 0.066 329.6) |
Copy-ready code
/* CSS */
color: #c69fc2;
background-color: #c69fc2;
/* Tailwind (arbitrary) */
class="text-[#c69fc2] bg-[#c69fc2]"
/* SCSS */
$brand: #c69fc2;
/* SwiftUI */
Color(red: 0.776, green: 0.624, blue: 0.761)
/* Android */
Color.parseColor("#c69fc2")Accessibility — WCAG contrast
Aa
#c69fc2 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69fc2 on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green62.4%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow2.0%
Key (black)22.4%
Color previews
#c69fc2 text on a black background
contrast 9.14:1
Card sample
#c69fc2 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69fc2;
Background color
Panel with #c69fc2 background
background-color: #c69fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 159, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 159, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69fc2; background: linear-gradient(135deg, #c69fc2, #C69FA8);