#cdc3df
a light, soft violet · warm · closest name: lavender
RGB
205, 195, 223
HSL
261°, 30%, 82%
CMYK
8, 13, 0, 13
Luminance
0.5734
Every format
| HEX | #cdc3df |
| RGB | rgb(205, 195, 223) |
| HSL | hsl(261, 30%, 82%) |
| CMYK | cmyk(8%, 13%, 0%, 13%) |
| LAB | lab(80.4 8.7 -12.7) |
| LCH | lch(80.4 15.4 304.6) |
| OKLCH | oklch(0.834 0.040 301.8) |
Copy-ready code
/* CSS */
color: #cdc3df;
background-color: #cdc3df;
/* Tailwind (arbitrary) */
class="text-[#cdc3df] bg-[#cdc3df]"
/* SCSS */
$brand: #cdc3df;
/* SwiftUI */
Color(red: 0.804, green: 0.765, blue: 0.875)
/* Android */
Color.parseColor("#cdc3df")Accessibility — WCAG contrast
Aa
#cdc3df on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdc3df on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green76.5%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta12.6%
Yellow0.0%
Key (black)12.5%
Color previews
#cdc3df text on a black background
contrast 12.47:1
Card sample
#cdc3df text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdc3df;
Background color
Panel with #cdc3df background
background-color: #cdc3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdc3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 195, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 195, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdc3df; background: linear-gradient(135deg, #cdc3df, #DFC3DE);