#cfc6df
a light, soft violet · warm · closest name: lavender
RGB
207, 198, 223
HSL
262°, 28%, 83%
CMYK
7, 11, 0, 13
Luminance
0.5898
Every format
| HEX | #cfc6df |
| RGB | rgb(207, 198, 223) |
| HSL | hsl(262, 28%, 83%) |
| CMYK | cmyk(7%, 11%, 0%, 13%) |
| LAB | lab(81.3 7.8 -11.3) |
| LCH | lch(81.3 13.7 304.7) |
| OKLCH | oklch(0.842 0.036 302.0) |
Copy-ready code
/* CSS */
color: #cfc6df;
background-color: #cfc6df;
/* Tailwind (arbitrary) */
class="text-[#cfc6df] bg-[#cfc6df]"
/* SCSS */
$brand: #cfc6df;
/* SwiftUI */
Color(red: 0.812, green: 0.776, blue: 0.875)
/* Android */
Color.parseColor("#cfc6df")Accessibility — WCAG contrast
Aa
#cfc6df on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc6df on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green77.6%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta11.2%
Yellow0.0%
Key (black)12.5%
Color previews
#cfc6df text on a black background
contrast 12.80:1
Card sample
#cfc6df text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc6df;
Background color
Panel with #cfc6df background
background-color: #cfc6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 198, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 198, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc6df; background: linear-gradient(135deg, #cfc6df, #DFC6DE);