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