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