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