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