#cfc8da
a light, soft violet · warm · closest name: lavender
RGB
207, 200, 218
HSL
263°, 20%, 82%
CMYK
5, 8, 0, 15
Luminance
0.5964
Every format
| HEX | #cfc8da |
| RGB | rgb(207, 200, 218) |
| HSL | hsl(263, 20%, 82%) |
| CMYK | cmyk(5%, 8%, 0%, 15%) |
| LAB | lab(81.6 5.8 -8.1) |
| LCH | lch(81.6 9.9 305.5) |
| OKLCH | oklch(0.844 0.026 303.4) |
Copy-ready code
/* CSS */
color: #cfc8da;
background-color: #cfc8da;
/* Tailwind (arbitrary) */
class="text-[#cfc8da] bg-[#cfc8da]"
/* SCSS */
$brand: #cfc8da;
/* SwiftUI */
Color(red: 0.812, green: 0.784, blue: 0.855)
/* Android */
Color.parseColor("#cfc8da")Accessibility — WCAG contrast
Aa
#cfc8da on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc8da on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green78.4%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta8.3%
Yellow0.0%
Key (black)14.5%
Color previews
#cfc8da text on a black background
contrast 12.93:1
Card sample
#cfc8da text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc8da;
Background color
Panel with #cfc8da background
background-color: #cfc8da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc8da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 200, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 200, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc8da; background: linear-gradient(135deg, #cfc8da, #DAC8D9);