#c8c3fb
a pale, electric blue · warm · closest name: plum
RGB
200, 195, 251
HSL
245°, 88%, 88%
CMYK
20, 22, 0, 2
Luminance
0.5827
Every format
| HEX | #c8c3fb |
| RGB | rgb(200, 195, 251) |
| HSL | hsl(245, 88%, 88%) |
| CMYK | cmyk(20%, 22%, 0%, 2%) |
| LAB | lab(80.9 13.1 -26.9) |
| LCH | lch(80.9 29.9 295.9) |
| OKLCH | oklch(0.840 0.078 288.7) |
Copy-ready code
/* CSS */
color: #c8c3fb;
background-color: #c8c3fb;
/* Tailwind (arbitrary) */
class="text-[#c8c3fb] bg-[#c8c3fb]"
/* SCSS */
$brand: #c8c3fb;
/* SwiftUI */
Color(red: 0.784, green: 0.765, blue: 0.984)
/* Android */
Color.parseColor("#c8c3fb")Accessibility — WCAG contrast
Aa
#c8c3fb on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8c3fb on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green76.5%
Blue98.4%
CMYK percentages
Cyan20.3%
Magenta22.3%
Yellow0.0%
Key (black)1.6%
Color previews
#c8c3fb text on a black background
contrast 12.65:1
Card sample
#c8c3fb text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8c3fb;
Background color
Panel with #c8c3fb background
background-color: #c8c3fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8c3fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 195, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 195, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8c3fb; background: linear-gradient(135deg, #c8c3fb, #EDC3FB);