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