#c698af
a light, soft magenta / pink · warm · closest name: pink
RGB
198, 152, 175
HSL
330°, 29%, 69%
CMYK
0, 23, 12, 22
Luminance
0.3756
Every format
| HEX | #c698af |
| RGB | rgb(198, 152, 175) |
| HSL | hsl(330, 29%, 69%) |
| CMYK | cmyk(0%, 23%, 12%, 22%) |
| LAB | lab(67.7 20.9 -5.3) |
| LCH | lch(67.7 21.5 345.7) |
| OKLCH | oklch(0.730 0.063 347.3) |
Copy-ready code
/* CSS */
color: #c698af;
background-color: #c698af;
/* Tailwind (arbitrary) */
class="text-[#c698af] bg-[#c698af]"
/* SCSS */
$brand: #c698af;
/* SwiftUI */
Color(red: 0.776, green: 0.596, blue: 0.686)
/* Android */
Color.parseColor("#c698af")Accessibility — WCAG contrast
Aa
#c698af on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c698af on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green59.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta23.2%
Yellow11.6%
Key (black)22.4%
Color previews
#c698af text on a black background
contrast 8.51:1
Card sample
#c698af text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c698af;
Background color
Panel with #c698af background
background-color: #c698af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c698af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 152, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 152, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c698af; background: linear-gradient(135deg, #c698af, #C6A098);