#cec7df
a light, soft violet · warm · closest name: lavender
RGB
206, 199, 223
HSL
258°, 27%, 83%
CMYK
8, 11, 0, 13
Luminance
0.5930
Every format
| HEX | #cec7df |
| RGB | rgb(206, 199, 223) |
| HSL | hsl(258, 27%, 83%) |
| CMYK | cmyk(8%, 11%, 0%, 13%) |
| LAB | lab(81.5 6.9 -11.0) |
| LCH | lch(81.5 13.0 302.2) |
| OKLCH | oklch(0.843 0.034 299.0) |
Copy-ready code
/* CSS */
color: #cec7df;
background-color: #cec7df;
/* Tailwind (arbitrary) */
class="text-[#cec7df] bg-[#cec7df]"
/* SCSS */
$brand: #cec7df;
/* SwiftUI */
Color(red: 0.808, green: 0.780, blue: 0.875)
/* Android */
Color.parseColor("#cec7df")Accessibility — WCAG contrast
Aa
#cec7df on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec7df on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green78.0%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta10.8%
Yellow0.0%
Key (black)12.5%
Color previews
#cec7df text on a black background
contrast 12.86:1
Card sample
#cec7df text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec7df;
Background color
Panel with #cec7df background
background-color: #cec7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 199, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 199, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec7df; background: linear-gradient(135deg, #cec7df, #DEC7DF);