#ccc3f8
a pale, electric blue · warm · closest name: plum
RGB
204, 195, 248
HSL
250°, 79%, 87%
CMYK
18, 21, 0, 3
Luminance
0.5864
Every format
| HEX | #ccc3f8 |
| RGB | rgb(204, 195, 248) |
| HSL | hsl(250, 79%, 87%) |
| CMYK | cmyk(18%, 21%, 0%, 3%) |
| LAB | lab(81.1 13.6 -24.9) |
| LCH | lch(81.1 28.4 298.6) |
| OKLCH | oklch(0.842 0.074 292.5) |
Copy-ready code
/* CSS */
color: #ccc3f8;
background-color: #ccc3f8;
/* Tailwind (arbitrary) */
class="text-[#ccc3f8] bg-[#ccc3f8]"
/* SCSS */
$brand: #ccc3f8;
/* SwiftUI */
Color(red: 0.800, green: 0.765, blue: 0.973)
/* Android */
Color.parseColor("#ccc3f8")Accessibility — WCAG contrast
Aa
#ccc3f8 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc3f8 on black: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.5%
Blue97.3%
CMYK percentages
Cyan17.7%
Magenta21.4%
Yellow0.0%
Key (black)2.7%
Color previews
#ccc3f8 text on a black background
contrast 12.73:1
Card sample
#ccc3f8 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc3f8;
Background color
Panel with #ccc3f8 background
background-color: #ccc3f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc3f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 195, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 195, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc3f8; background: linear-gradient(135deg, #ccc3f8, #EFC3F8);