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