#cfb8d2
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 184, 210
HSL
293°, 22%, 77%
CMYK
1, 12, 0, 18
Luminance
0.5220
Every format
| HEX | #cfb8d2 |
| RGB | rgb(207, 184, 210) |
| HSL | hsl(293, 22%, 77%) |
| CMYK | cmyk(1%, 12%, 0%, 18%) |
| LAB | lab(77.4 12.8 -10.1) |
| LCH | lch(77.4 16.3 321.9) |
| OKLCH | oklch(0.810 0.044 322.3) |
Copy-ready code
/* CSS */
color: #cfb8d2;
background-color: #cfb8d2;
/* Tailwind (arbitrary) */
class="text-[#cfb8d2] bg-[#cfb8d2]"
/* SCSS */
$brand: #cfb8d2;
/* SwiftUI */
Color(red: 0.812, green: 0.722, blue: 0.824)
/* Android */
Color.parseColor("#cfb8d2")Accessibility — WCAG contrast
Aa
#cfb8d2 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb8d2 on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.2%
Blue82.4%
CMYK percentages
Cyan1.4%
Magenta12.4%
Yellow0.0%
Key (black)17.6%
Color previews
#cfb8d2 text on a black background
contrast 11.44:1
Card sample
#cfb8d2 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb8d2;
Background color
Panel with #cfb8d2 background
background-color: #cfb8d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb8d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 184, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 184, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb8d2; background: linear-gradient(135deg, #cfb8d2, #D2B8C4);