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