#cfadc7
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 173, 199
HSL
314°, 26%, 75%
CMYK
0, 16, 4, 19
Luminance
0.4728
Every format
| HEX | #cfadc7 |
| RGB | rgb(207, 173, 199) |
| HSL | hsl(314, 26%, 75%) |
| CMYK | cmyk(0%, 16%, 4%, 19%) |
| LAB | lab(74.4 16.7 -8.6) |
| LCH | lch(74.4 18.8 332.9) |
| OKLCH | oklch(0.785 0.053 334.4) |
Copy-ready code
/* CSS */
color: #cfadc7;
background-color: #cfadc7;
/* Tailwind (arbitrary) */
class="text-[#cfadc7] bg-[#cfadc7]"
/* SCSS */
$brand: #cfadc7;
/* SwiftUI */
Color(red: 0.812, green: 0.678, blue: 0.780)
/* Android */
Color.parseColor("#cfadc7")Accessibility — WCAG contrast
Aa
#cfadc7 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfadc7 on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.8%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow3.9%
Key (black)18.8%
Color previews
#cfadc7 text on a black background
contrast 10.46:1
Card sample
#cfadc7 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfadc7;
Background color
Panel with #cfadc7 background
background-color: #cfadc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfadc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 173, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 173, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfadc7; background: linear-gradient(135deg, #cfadc7, #CFADB0);