#ccc0fc
a pale, electric blue · warm · closest name: plum
RGB
204, 192, 252
HSL
252°, 91%, 87%
CMYK
19, 24, 0, 1
Luminance
0.5756
Every format
| HEX | #ccc0fc |
| RGB | rgb(204, 192, 252) |
| HSL | hsl(252, 91%, 87%) |
| CMYK | cmyk(19%, 24%, 0%, 1%) |
| LAB | lab(80.5 16.1 -28.0) |
| LCH | lch(80.5 32.3 299.9) |
| OKLCH | oklch(0.838 0.084 293.7) |
Copy-ready code
/* CSS */
color: #ccc0fc;
background-color: #ccc0fc;
/* Tailwind (arbitrary) */
class="text-[#ccc0fc] bg-[#ccc0fc]"
/* SCSS */
$brand: #ccc0fc;
/* SwiftUI */
Color(red: 0.800, green: 0.753, blue: 0.988)
/* Android */
Color.parseColor("#ccc0fc")Accessibility — WCAG contrast
Aa
#ccc0fc on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc0fc on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.3%
Blue98.8%
CMYK percentages
Cyan19.0%
Magenta23.8%
Yellow0.0%
Key (black)1.2%
Color previews
#ccc0fc text on a black background
contrast 12.51:1
Card sample
#ccc0fc text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc0fc;
Background color
Panel with #ccc0fc background
background-color: #ccc0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 192, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 192, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc0fc; background: linear-gradient(135deg, #ccc0fc, #F4C0FC);