#c69fa8
a light, soft red · warm · closest name: pink
RGB
198, 159, 168
HSL
346°, 26%, 70%
CMYK
0, 20, 15, 22
Luminance
0.3963
Every format
| HEX | #c69fa8 |
| RGB | rgb(198, 159, 168) |
| HSL | hsl(346, 26%, 70%) |
| CMYK | cmyk(0%, 20%, 15%, 22%) |
| LAB | lab(69.2 15.8 0.8) |
| LCH | lch(69.2 15.9 3.0) |
| OKLCH | oklch(0.741 0.048 2.9) |
Copy-ready code
/* CSS */
color: #c69fa8;
background-color: #c69fa8;
/* Tailwind (arbitrary) */
class="text-[#c69fa8] bg-[#c69fa8]"
/* SCSS */
$brand: #c69fa8;
/* SwiftUI */
Color(red: 0.776, green: 0.624, blue: 0.659)
/* Android */
Color.parseColor("#c69fa8")Accessibility — WCAG contrast
Aa
#c69fa8 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c69fa8 on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green62.4%
Blue65.9%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow15.2%
Key (black)22.4%
Color previews
#c69fa8 text on a black background
contrast 8.93:1
Card sample
#c69fa8 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c69fa8;
Background color
Panel with #c69fa8 background
background-color: #c69fa8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c69fa8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 159, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 159, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c69fa8; background: linear-gradient(135deg, #c69fa8, #C6B09F);