#c69eb0
a light, soft magenta / pink · warm · closest name: pink
RGB
198, 158, 176
HSL
333°, 26%, 70%
CMYK
0, 20, 11, 22
Luminance
0.3959
Every format
| HEX | #c69eb0 |
| RGB | rgb(198, 158, 176) |
| HSL | hsl(333, 26%, 70%) |
| CMYK | cmyk(0%, 20%, 11%, 22%) |
| LAB | lab(69.2 17.7 -3.7) |
| LCH | lch(69.2 18.1 348.3) |
| OKLCH | oklch(0.741 0.053 349.7) |
Copy-ready code
/* CSS */
color: #c69eb0;
background-color: #c69eb0;
/* Tailwind (arbitrary) */
class="text-[#c69eb0] bg-[#c69eb0]"
/* SCSS */
$brand: #c69eb0;
/* SwiftUI */
Color(red: 0.776, green: 0.620, blue: 0.690)
/* Android */
Color.parseColor("#c69eb0")Accessibility — WCAG contrast
Aa
#c69eb0 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69eb0 on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green62.0%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow11.1%
Key (black)22.4%
Color previews
#c69eb0 text on a black background
contrast 8.92:1
Card sample
#c69eb0 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69eb0;
Background color
Panel with #c69eb0 background
background-color: #c69eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 158, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 158, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69eb0; background: linear-gradient(135deg, #c69eb0, #C6A79E);