#ccc4fe
a pale, electric blue · warm · closest name: plum
RGB
204, 196, 254
HSL
248°, 97%, 88%
CMYK
20, 23, 0, 0
Luminance
0.5947
Every format
| HEX | #ccc4fe |
| RGB | rgb(204, 196, 254) |
| HSL | hsl(248, 97%, 88%) |
| CMYK | cmyk(20%, 23%, 0%, 0%) |
| LAB | lab(81.5 14.4 -27.5) |
| LCH | lch(81.5 31.0 297.6) |
| OKLCH | oklch(0.846 0.081 290.9) |
Copy-ready code
/* CSS */
color: #ccc4fe;
background-color: #ccc4fe;
/* Tailwind (arbitrary) */
class="text-[#ccc4fe] bg-[#ccc4fe]"
/* SCSS */
$brand: #ccc4fe;
/* SwiftUI */
Color(red: 0.800, green: 0.769, blue: 0.996)
/* Android */
Color.parseColor("#ccc4fe")Accessibility — WCAG contrast
Aa
#ccc4fe on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc4fe on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.9%
Blue99.6%
CMYK percentages
Cyan19.7%
Magenta22.8%
Yellow0.0%
Key (black)0.4%
Color previews
#ccc4fe text on a black background
contrast 12.89:1
Card sample
#ccc4fe text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc4fe;
Background color
Panel with #ccc4fe background
background-color: #ccc4fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc4fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 196, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 196, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc4fe; background: linear-gradient(135deg, #ccc4fe, #F3C4FE);