#ccc4fa
a pale, electric blue · warm · closest name: plum
RGB
204, 196, 250
HSL
249°, 84%, 88%
CMYK
18, 22, 0, 2
Luminance
0.5922
Every format
| HEX | #ccc4fa |
| RGB | rgb(204, 196, 250) |
| HSL | hsl(249, 84%, 88%) |
| CMYK | cmyk(18%, 22%, 0%, 2%) |
| LAB | lab(81.4 13.5 -25.5) |
| LCH | lch(81.4 28.9 297.9) |
| OKLCH | oklch(0.845 0.075 291.5) |
Copy-ready code
/* CSS */
color: #ccc4fa;
background-color: #ccc4fa;
/* Tailwind (arbitrary) */
class="text-[#ccc4fa] bg-[#ccc4fa]"
/* SCSS */
$brand: #ccc4fa;
/* SwiftUI */
Color(red: 0.800, green: 0.769, blue: 0.980)
/* Android */
Color.parseColor("#ccc4fa")Accessibility — WCAG contrast
Aa
#ccc4fa on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc4fa on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.9%
Blue98.0%
CMYK percentages
Cyan18.4%
Magenta21.6%
Yellow0.0%
Key (black)2.0%
Color previews
#ccc4fa text on a black background
contrast 12.84:1
Card sample
#ccc4fa text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc4fa;
Background color
Panel with #ccc4fa background
background-color: #ccc4fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc4fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 196, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 196, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc4fa; background: linear-gradient(135deg, #ccc4fa, #F0C4FA);