#cfc4da
a light, soft violet · warm · closest name: lavender
RGB
207, 196, 218
HSL
270°, 23%, 81%
CMYK
5, 10, 0, 15
Luminance
0.5781
Every format
| HEX | #cfc4da |
| RGB | rgb(207, 196, 218) |
| HSL | hsl(270, 23%, 81%) |
| CMYK | cmyk(5%, 10%, 0%, 15%) |
| LAB | lab(80.6 7.9 -9.6) |
| LCH | lch(80.6 12.4 309.5) |
| OKLCH | oklch(0.836 0.033 308.0) |
Copy-ready code
/* CSS */
color: #cfc4da;
background-color: #cfc4da;
/* Tailwind (arbitrary) */
class="text-[#cfc4da] bg-[#cfc4da]"
/* SCSS */
$brand: #cfc4da;
/* SwiftUI */
Color(red: 0.812, green: 0.769, blue: 0.855)
/* Android */
Color.parseColor("#cfc4da")Accessibility — WCAG contrast
Aa
#cfc4da on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc4da on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green76.9%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta10.1%
Yellow0.0%
Key (black)14.5%
Color previews
#cfc4da text on a black background
contrast 12.56:1
Card sample
#cfc4da text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc4da;
Background color
Panel with #cfc4da background
background-color: #cfc4da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc4da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 196, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 196, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc4da; background: linear-gradient(135deg, #cfc4da, #DAC4D6);