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