#ccc5fc
a pale, electric blue · warm · closest name: plum
RGB
204, 197, 252
HSL
248°, 90%, 88%
CMYK
19, 22, 0, 1
Luminance
0.5980
Every format
| HEX | #ccc5fc |
| RGB | rgb(204, 197, 252) |
| HSL | hsl(248, 90%, 88%) |
| CMYK | cmyk(19%, 22%, 0%, 1%) |
| LAB | lab(81.7 13.4 -26.1) |
| LCH | lch(81.7 29.4 297.2) |
| OKLCH | oklch(0.848 0.076 290.5) |
Copy-ready code
/* CSS */
color: #ccc5fc;
background-color: #ccc5fc;
/* Tailwind (arbitrary) */
class="text-[#ccc5fc] bg-[#ccc5fc]"
/* SCSS */
$brand: #ccc5fc;
/* SwiftUI */
Color(red: 0.800, green: 0.773, blue: 0.988)
/* Android */
Color.parseColor("#ccc5fc")Accessibility — WCAG contrast
Aa
#ccc5fc on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc5fc on black: 12.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green77.3%
Blue98.8%
CMYK percentages
Cyan19.0%
Magenta21.8%
Yellow0.0%
Key (black)1.2%
Color previews
#ccc5fc text on a black background
contrast 12.96:1
Card sample
#ccc5fc text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc5fc;
Background color
Panel with #ccc5fc background
background-color: #ccc5fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc5fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 197, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 197, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc5fc; background: linear-gradient(135deg, #ccc5fc, #F1C5FC);