#c69eb7
a light, soft magenta / pink · warm · closest name: pink
RGB
198, 158, 183
HSL
323°, 26%, 70%
CMYK
0, 20, 8, 22
Luminance
0.3988
Every format
| HEX | #c69eb7 |
| RGB | rgb(198, 158, 183) |
| HSL | hsl(323, 26%, 70%) |
| CMYK | cmyk(0%, 20%, 8%, 22%) |
| LAB | lab(69.4 18.9 -7.3) |
| LCH | lch(69.4 20.3 339.0) |
| OKLCH | oklch(0.743 0.058 340.7) |
Copy-ready code
/* CSS */
color: #c69eb7;
background-color: #c69eb7;
/* Tailwind (arbitrary) */
class="text-[#c69eb7] bg-[#c69eb7]"
/* SCSS */
$brand: #c69eb7;
/* SwiftUI */
Color(red: 0.776, green: 0.620, blue: 0.718)
/* Android */
Color.parseColor("#c69eb7")Accessibility — WCAG contrast
Aa
#c69eb7 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69eb7 on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green62.0%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow7.6%
Key (black)22.4%
Color previews
#c69eb7 text on a black background
contrast 8.98:1
Card sample
#c69eb7 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69eb7;
Background color
Panel with #c69eb7 background
background-color: #c69eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 158, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 158, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69eb7; background: linear-gradient(135deg, #c69eb7, #C6A09E);