#ccc1fe
a pale, electric blue · warm · closest name: plum
RGB
204, 193, 254
HSL
251°, 97%, 88%
CMYK
20, 24, 0, 0
Luminance
0.5813
Every format
| HEX | #ccc1fe |
| RGB | rgb(204, 193, 254) |
| HSL | hsl(251, 97%, 88%) |
| CMYK | cmyk(20%, 24%, 0%, 0%) |
| LAB | lab(80.8 16.0 -28.6) |
| LCH | lch(80.8 32.8 299.2) |
| OKLCH | oklch(0.841 0.085 292.7) |
Copy-ready code
/* CSS */
color: #ccc1fe;
background-color: #ccc1fe;
/* Tailwind (arbitrary) */
class="text-[#ccc1fe] bg-[#ccc1fe]"
/* SCSS */
$brand: #ccc1fe;
/* SwiftUI */
Color(red: 0.800, green: 0.757, blue: 0.996)
/* Android */
Color.parseColor("#ccc1fe")Accessibility — WCAG contrast
Aa
#ccc1fe on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc1fe on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.7%
Blue99.6%
CMYK percentages
Cyan19.7%
Magenta24.0%
Yellow0.0%
Key (black)0.4%
Color previews
#ccc1fe text on a black background
contrast 12.63:1
Card sample
#ccc1fe text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc1fe;
Background color
Panel with #ccc1fe background
background-color: #ccc1fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc1fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 193, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 193, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc1fe; background: linear-gradient(135deg, #ccc1fe, #F5C1FE);