#cfc4df
a light, soft violet · warm · closest name: lavender
RGB
207, 196, 223
HSL
264°, 30%, 82%
CMYK
7, 12, 0, 13
Luminance
0.5807
Every format
| HEX | #cfc4df |
| RGB | rgb(207, 196, 223) |
| HSL | hsl(264, 30%, 82%) |
| CMYK | cmyk(7%, 12%, 0%, 13%) |
| LAB | lab(80.8 8.9 -12.0) |
| LCH | lch(80.8 14.9 306.4) |
| OKLCH | oklch(0.838 0.039 304.0) |
Copy-ready code
/* CSS */
color: #cfc4df;
background-color: #cfc4df;
/* Tailwind (arbitrary) */
class="text-[#cfc4df] bg-[#cfc4df]"
/* SCSS */
$brand: #cfc4df;
/* SwiftUI */
Color(red: 0.812, green: 0.769, blue: 0.875)
/* Android */
Color.parseColor("#cfc4df")Accessibility — WCAG contrast
Aa
#cfc4df on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc4df on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green76.9%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta12.1%
Yellow0.0%
Key (black)12.5%
Color previews
#cfc4df text on a black background
contrast 12.61:1
Card sample
#cfc4df text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc4df;
Background color
Panel with #cfc4df background
background-color: #cfc4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 196, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 196, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc4df; background: linear-gradient(135deg, #cfc4df, #DFC4DD);