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