#c69fac
a light, soft magenta / pink · warm · closest name: pink
RGB
198, 159, 172
HSL
340°, 26%, 70%
CMYK
0, 20, 13, 22
Luminance
0.3978
Every format
| HEX | #c69fac |
| RGB | rgb(198, 159, 172) |
| HSL | hsl(340, 26%, 70%) |
| CMYK | cmyk(0%, 20%, 13%, 22%) |
| LAB | lab(69.3 16.5 -1.3) |
| LCH | lch(69.3 16.6 355.7) |
| OKLCH | oklch(0.742 0.049 356.4) |
Copy-ready code
/* CSS */
color: #c69fac;
background-color: #c69fac;
/* Tailwind (arbitrary) */
class="text-[#c69fac] bg-[#c69fac]"
/* SCSS */
$brand: #c69fac;
/* SwiftUI */
Color(red: 0.776, green: 0.624, blue: 0.675)
/* Android */
Color.parseColor("#c69fac")Accessibility — WCAG contrast
Aa
#c69fac on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69fac on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green62.4%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow13.1%
Key (black)22.4%
Color previews
#c69fac text on a black background
contrast 8.96:1
Card sample
#c69fac text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69fac;
Background color
Panel with #c69fac background
background-color: #c69fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 159, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 159, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69fac; background: linear-gradient(135deg, #c69fac, #C6AC9F);