#c69cb2
a light, soft magenta / pink · warm · closest name: pink
RGB
198, 156, 178
HSL
329°, 27%, 69%
CMYK
0, 21, 10, 22
Luminance
0.3900
Every format
| HEX | #c69cb2 |
| RGB | rgb(198, 156, 178) |
| HSL | hsl(329, 27%, 69%) |
| CMYK | cmyk(0%, 21%, 10%, 22%) |
| LAB | lab(68.8 19.2 -5.4) |
| LCH | lch(68.8 19.9 344.2) |
| OKLCH | oklch(0.738 0.058 345.8) |
Copy-ready code
/* CSS */
color: #c69cb2;
background-color: #c69cb2;
/* Tailwind (arbitrary) */
class="text-[#c69cb2] bg-[#c69cb2]"
/* SCSS */
$brand: #c69cb2;
/* SwiftUI */
Color(red: 0.776, green: 0.612, blue: 0.698)
/* Android */
Color.parseColor("#c69cb2")Accessibility — WCAG contrast
Aa
#c69cb2 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69cb2 on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green61.2%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow10.1%
Key (black)22.4%
Color previews
#c69cb2 text on a black background
contrast 8.80:1
Card sample
#c69cb2 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69cb2;
Background color
Panel with #c69cb2 background
background-color: #c69cb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69cb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 156, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 156, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69cb2; background: linear-gradient(135deg, #c69cb2, #C6A29C);