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