#ccadc7
a light, soft magenta / pink · warm · closest name: pink
RGB
204, 173, 199
HSL
310°, 23%, 74%
CMYK
0, 15, 3, 20
Luminance
0.4685
Every format
| HEX | #ccadc7 |
| RGB | rgb(204, 173, 199) |
| HSL | hsl(310, 23%, 74%) |
| CMYK | cmyk(0%, 15%, 3%, 20%) |
| LAB | lab(74.1 15.7 -9.0) |
| LCH | lch(74.1 18.1 330.1) |
| OKLCH | oklch(0.783 0.050 331.5) |
Copy-ready code
/* CSS */
color: #ccadc7;
background-color: #ccadc7;
/* Tailwind (arbitrary) */
class="text-[#ccadc7] bg-[#ccadc7]"
/* SCSS */
$brand: #ccadc7;
/* SwiftUI */
Color(red: 0.800, green: 0.678, blue: 0.780)
/* Android */
Color.parseColor("#ccadc7")Accessibility — WCAG contrast
Aa
#ccadc7 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccadc7 on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.8%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta15.2%
Yellow2.5%
Key (black)20.0%
Color previews
#ccadc7 text on a black background
contrast 10.37:1
Card sample
#ccadc7 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccadc7;
Background color
Panel with #ccadc7 background
background-color: #ccadc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccadc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 173, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 173, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccadc7; background: linear-gradient(135deg, #ccadc7, #CCADB2);