#c69fbc
a light, soft magenta / pink · warm · closest name: plum
RGB
198, 159, 188
HSL
315°, 26%, 70%
CMYK
0, 20, 5, 22
Luminance
0.4043
Every format
| HEX | #c69fbc |
| RGB | rgb(198, 159, 188) |
| HSL | hsl(315, 26%, 70%) |
| CMYK | cmyk(0%, 20%, 5%, 22%) |
| LAB | lab(69.8 19.3 -9.4) |
| LCH | lch(69.8 21.5 333.9) |
| OKLCH | oklch(0.747 0.060 335.4) |
Copy-ready code
/* CSS */
color: #c69fbc;
background-color: #c69fbc;
/* Tailwind (arbitrary) */
class="text-[#c69fbc] bg-[#c69fbc]"
/* SCSS */
$brand: #c69fbc;
/* SwiftUI */
Color(red: 0.776, green: 0.624, blue: 0.737)
/* Android */
Color.parseColor("#c69fbc")Accessibility — WCAG contrast
Aa
#c69fbc on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69fbc on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green62.4%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow5.1%
Key (black)22.4%
Color previews
#c69fbc text on a black background
contrast 9.09:1
Card sample
#c69fbc text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69fbc;
Background color
Panel with #c69fbc background
background-color: #c69fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 159, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 159, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69fbc; background: linear-gradient(135deg, #c69fbc, #C69FA2);