#ccc1fc
a pale, electric blue · warm · closest name: plum
RGB
204, 193, 252
HSL
251°, 91%, 87%
CMYK
19, 23, 0, 1
Luminance
0.5801
Every format
| HEX | #ccc1fc |
| RGB | rgb(204, 193, 252) |
| HSL | hsl(251, 91%, 87%) |
| CMYK | cmyk(19%, 23%, 0%, 1%) |
| LAB | lab(80.7 15.6 -27.6) |
| LCH | lch(80.7 31.7 299.4) |
| OKLCH | oklch(0.840 0.082 293.1) |
Copy-ready code
/* CSS */
color: #ccc1fc;
background-color: #ccc1fc;
/* Tailwind (arbitrary) */
class="text-[#ccc1fc] bg-[#ccc1fc]"
/* SCSS */
$brand: #ccc1fc;
/* SwiftUI */
Color(red: 0.800, green: 0.757, blue: 0.988)
/* Android */
Color.parseColor("#ccc1fc")Accessibility — WCAG contrast
Aa
#ccc1fc on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc1fc on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.7%
Blue98.8%
CMYK percentages
Cyan19.0%
Magenta23.4%
Yellow0.0%
Key (black)1.2%
Color previews
#ccc1fc text on a black background
contrast 12.60:1
Card sample
#ccc1fc text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc1fc;
Background color
Panel with #ccc1fc background
background-color: #ccc1fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc1fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 193, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 193, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc1fc; background: linear-gradient(135deg, #ccc1fc, #F3C1FC);