#ccc3fc
a pale, electric blue · warm · closest name: plum
RGB
204, 195, 252
HSL
250°, 91%, 88%
CMYK
19, 23, 0, 1
Luminance
0.5890
Every format
| HEX | #ccc3fc |
| RGB | rgb(204, 195, 252) |
| HSL | hsl(250, 91%, 88%) |
| CMYK | cmyk(19%, 23%, 0%, 1%) |
| LAB | lab(81.2 14.5 -26.9) |
| LCH | lch(81.2 30.5 298.3) |
| OKLCH | oklch(0.844 0.079 291.8) |
Copy-ready code
/* CSS */
color: #ccc3fc;
background-color: #ccc3fc;
/* Tailwind (arbitrary) */
class="text-[#ccc3fc] bg-[#ccc3fc]"
/* SCSS */
$brand: #ccc3fc;
/* SwiftUI */
Color(red: 0.800, green: 0.765, blue: 0.988)
/* Android */
Color.parseColor("#ccc3fc")Accessibility — WCAG contrast
Aa
#ccc3fc on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc3fc on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.5%
Blue98.8%
CMYK percentages
Cyan19.0%
Magenta22.6%
Yellow0.0%
Key (black)1.2%
Color previews
#ccc3fc text on a black background
contrast 12.78:1
Card sample
#ccc3fc text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc3fc;
Background color
Panel with #ccc3fc background
background-color: #ccc3fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc3fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 195, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 195, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc3fc; background: linear-gradient(135deg, #ccc3fc, #F2C3FC);