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