#ccc4fc
a pale, electric blue · warm · closest name: plum
RGB
204, 196, 252
HSL
249°, 90%, 88%
CMYK
19, 22, 0, 1
Luminance
0.5935
Every format
| HEX | #ccc4fc |
| RGB | rgb(204, 196, 252) |
| HSL | hsl(249, 90%, 88%) |
| CMYK | cmyk(19%, 22%, 0%, 1%) |
| LAB | lab(81.5 13.9 -26.5) |
| LCH | lch(81.5 29.9 297.7) |
| OKLCH | oklch(0.846 0.078 291.2) |
Copy-ready code
/* CSS */
color: #ccc4fc;
background-color: #ccc4fc;
/* Tailwind (arbitrary) */
class="text-[#ccc4fc] bg-[#ccc4fc]"
/* SCSS */
$brand: #ccc4fc;
/* SwiftUI */
Color(red: 0.800, green: 0.769, blue: 0.988)
/* Android */
Color.parseColor("#ccc4fc")Accessibility — WCAG contrast
Aa
#ccc4fc on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc4fc on black: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.9%
Blue98.8%
CMYK percentages
Cyan19.0%
Magenta22.2%
Yellow0.0%
Key (black)1.2%
Color previews
#ccc4fc text on a black background
contrast 12.87:1
Card sample
#ccc4fc text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc4fc;
Background color
Panel with #ccc4fc background
background-color: #ccc4fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc4fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 196, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 196, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc4fc; background: linear-gradient(135deg, #ccc4fc, #F1C4FC);