#cdc4ff
a pale, electric blue · warm · closest name: plum
RGB
205, 196, 255
HSL
249°, 100%, 88%
CMYK
20, 23, 0, 0
Luminance
0.5968
Every format
| HEX | #cdc4ff |
| RGB | rgb(205, 196, 255) |
| HSL | hsl(249, 100%, 88%) |
| CMYK | cmyk(20%, 23%, 0%, 0%) |
| LAB | lab(81.7 14.9 -27.8) |
| LCH | lch(81.7 31.6 298.2) |
| OKLCH | oklch(0.848 0.082 291.5) |
Copy-ready code
/* CSS */
color: #cdc4ff;
background-color: #cdc4ff;
/* Tailwind (arbitrary) */
class="text-[#cdc4ff] bg-[#cdc4ff]"
/* SCSS */
$brand: #cdc4ff;
/* SwiftUI */
Color(red: 0.804, green: 0.769, blue: 1.000)
/* Android */
Color.parseColor("#cdc4ff")Accessibility — WCAG contrast
Aa
#cdc4ff on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdc4ff on black: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green76.9%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta23.1%
Yellow0.0%
Key (black)0.0%
Color previews
#cdc4ff text on a black background
contrast 12.94:1
Card sample
#cdc4ff text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdc4ff;
Background color
Panel with #cdc4ff background
background-color: #cdc4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdc4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 196, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 196, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdc4ff; background: linear-gradient(135deg, #cdc4ff, #F4C4FF);