#cfadc3
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 173, 195
HSL
321°, 26%, 75%
CMYK
0, 16, 6, 19
Luminance
0.4709
Every format
| HEX | #cfadc3 |
| RGB | rgb(207, 173, 195) |
| HSL | hsl(321, 26%, 75%) |
| CMYK | cmyk(0%, 16%, 6%, 19%) |
| LAB | lab(74.3 16.0 -6.6) |
| LCH | lch(74.3 17.3 337.7) |
| OKLCH | oklch(0.784 0.049 339.4) |
Copy-ready code
/* CSS */
color: #cfadc3;
background-color: #cfadc3;
/* Tailwind (arbitrary) */
class="text-[#cfadc3] bg-[#cfadc3]"
/* SCSS */
$brand: #cfadc3;
/* SwiftUI */
Color(red: 0.812, green: 0.678, blue: 0.765)
/* Android */
Color.parseColor("#cfadc3")Accessibility — WCAG contrast
Aa
#cfadc3 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfadc3 on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.8%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow5.8%
Key (black)18.8%
Color previews
#cfadc3 text on a black background
contrast 10.42:1
Card sample
#cfadc3 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfadc3;
Background color
Panel with #cfadc3 background
background-color: #cfadc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfadc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 173, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 173, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfadc3; background: linear-gradient(135deg, #cfadc3, #CFAEAD);