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