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