#cfafba
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 175, 186
HSL
339°, 25%, 75%
CMYK
0, 16, 10, 19
Luminance
0.4747
Every format
| HEX | #cfafba |
| RGB | rgb(207, 175, 186) |
| HSL | hsl(339, 25%, 75%) |
| CMYK | cmyk(0%, 16%, 10%, 19%) |
| LAB | lab(74.5 13.4 -1.3) |
| LCH | lch(74.5 13.4 354.5) |
| OKLCH | oklch(0.785 0.040 355.4) |
Copy-ready code
/* CSS */
color: #cfafba;
background-color: #cfafba;
/* Tailwind (arbitrary) */
class="text-[#cfafba] bg-[#cfafba]"
/* SCSS */
$brand: #cfafba;
/* SwiftUI */
Color(red: 0.812, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#cfafba")Accessibility — WCAG contrast
Aa
#cfafba on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfafba on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green68.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta15.5%
Yellow10.1%
Key (black)18.8%
Color previews
#cfafba text on a black background
contrast 10.49:1
Card sample
#cfafba text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfafba;
Background color
Panel with #cfafba background
background-color: #cfafba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfafba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfafba; background: linear-gradient(135deg, #cfafba, #CFB9AF);