#ccc1f7
a pale, electric blue · warm · closest name: plum
RGB
204, 193, 247
HSL
252°, 77%, 86%
CMYK
17, 22, 0, 3
Luminance
0.5769
Every format
| HEX | #ccc1f7 |
| RGB | rgb(204, 193, 247) |
| HSL | hsl(252, 77%, 86%) |
| CMYK | cmyk(17%, 22%, 0%, 3%) |
| LAB | lab(80.6 14.5 -25.2) |
| LCH | lch(80.6 29.1 299.8) |
| OKLCH | oklch(0.838 0.075 294.0) |
Copy-ready code
/* CSS */
color: #ccc1f7;
background-color: #ccc1f7;
/* Tailwind (arbitrary) */
class="text-[#ccc1f7] bg-[#ccc1f7]"
/* SCSS */
$brand: #ccc1f7;
/* SwiftUI */
Color(red: 0.800, green: 0.757, blue: 0.969)
/* Android */
Color.parseColor("#ccc1f7")Accessibility — WCAG contrast
Aa
#ccc1f7 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc1f7 on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.7%
Blue96.9%
CMYK percentages
Cyan17.4%
Magenta21.9%
Yellow0.0%
Key (black)3.1%
Color previews
#ccc1f7 text on a black background
contrast 12.54:1
Card sample
#ccc1f7 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc1f7;
Background color
Panel with #ccc1f7 background
background-color: #ccc1f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc1f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 193, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 193, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc1f7; background: linear-gradient(135deg, #ccc1f7, #F0C1F7);