#ccc3fb
a pale, electric blue · warm · closest name: plum
RGB
204, 195, 251
HSL
250°, 88%, 88%
CMYK
19, 22, 0, 2
Luminance
0.5883
Every format
| HEX | #ccc3fb |
| RGB | rgb(204, 195, 251) |
| HSL | hsl(250, 88%, 88%) |
| CMYK | cmyk(19%, 22%, 0%, 2%) |
| LAB | lab(81.2 14.3 -26.4) |
| LCH | lch(81.2 30.0 298.4) |
| OKLCH | oklch(0.843 0.078 292.0) |
Copy-ready code
/* CSS */
color: #ccc3fb;
background-color: #ccc3fb;
/* Tailwind (arbitrary) */
class="text-[#ccc3fb] bg-[#ccc3fb]"
/* SCSS */
$brand: #ccc3fb;
/* SwiftUI */
Color(red: 0.800, green: 0.765, blue: 0.984)
/* Android */
Color.parseColor("#ccc3fb")Accessibility — WCAG contrast
Aa
#ccc3fb on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc3fb on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.5%
Blue98.4%
CMYK percentages
Cyan18.7%
Magenta22.3%
Yellow0.0%
Key (black)1.6%
Color previews
#ccc3fb text on a black background
contrast 12.77:1
Card sample
#ccc3fb text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc3fb;
Background color
Panel with #ccc3fb background
background-color: #ccc3fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc3fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 195, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 195, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc3fb; background: linear-gradient(135deg, #ccc3fb, #F1C3FB);