#c8c4ff
a pale, electric blue · warm · closest name: plum
RGB
200, 196, 255
HSL
244°, 100%, 88%
CMYK
22, 23, 0, 0
Luminance
0.5898
Every format
| HEX | #c8c4ff |
| RGB | rgb(200, 196, 255) |
| HSL | hsl(244, 100%, 88%) |
| CMYK | cmyk(22%, 23%, 0%, 0%) |
| LAB | lab(81.3 13.4 -28.4) |
| LCH | lch(81.3 31.4 295.2) |
| OKLCH | oklch(0.844 0.082 287.6) |
Copy-ready code
/* CSS */
color: #c8c4ff;
background-color: #c8c4ff;
/* Tailwind (arbitrary) */
class="text-[#c8c4ff] bg-[#c8c4ff]"
/* SCSS */
$brand: #c8c4ff;
/* SwiftUI */
Color(red: 0.784, green: 0.769, blue: 1.000)
/* Android */
Color.parseColor("#c8c4ff")Accessibility — WCAG contrast
Aa
#c8c4ff on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8c4ff on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green76.9%
Blue100.0%
CMYK percentages
Cyan21.6%
Magenta23.1%
Yellow0.0%
Key (black)0.0%
Color previews
#c8c4ff text on a black background
contrast 12.80:1
Card sample
#c8c4ff text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8c4ff;
Background color
Panel with #c8c4ff background
background-color: #c8c4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8c4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 196, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 196, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8c4ff; background: linear-gradient(135deg, #c8c4ff, #EFC4FF);