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