#cfc3d2
a light, muted violet · warm · closest name: silver
RGB
207, 195, 210
HSL
288°, 14%, 79%
CMYK
1, 7, 0, 18
Luminance
0.5695
Every format
| HEX | #cfc3d2 |
| RGB | rgb(207, 195, 210) |
| HSL | hsl(288, 14%, 79%) |
| CMYK | cmyk(1%, 7%, 0%, 18%) |
| LAB | lab(80.2 6.9 -6.0) |
| LCH | lch(80.2 9.1 319.1) |
| OKLCH | oklch(0.832 0.024 319.5) |
Copy-ready code
/* CSS */
color: #cfc3d2;
background-color: #cfc3d2;
/* Tailwind (arbitrary) */
class="text-[#cfc3d2] bg-[#cfc3d2]"
/* SCSS */
$brand: #cfc3d2;
/* SwiftUI */
Color(red: 0.812, green: 0.765, blue: 0.824)
/* Android */
Color.parseColor("#cfc3d2")Accessibility — WCAG contrast
Aa
#cfc3d2 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc3d2 on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green76.5%
Blue82.4%
CMYK percentages
Cyan1.4%
Magenta7.1%
Yellow0.0%
Key (black)17.6%
Color previews
#cfc3d2 text on a black background
contrast 12.39:1
Card sample
#cfc3d2 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc3d2;
Background color
Panel with #cfc3d2 background
background-color: #cfc3d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc3d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 195, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 195, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc3d2; background: linear-gradient(135deg, #cfc3d2, #D2C3CB);