#c8c8f8
a pale, electric blue · warm · closest name: lavender
RGB
200, 200, 248
HSL
240°, 77%, 88%
CMYK
19, 19, 0, 3
Luminance
0.6037
Every format
| HEX | #c8c8f8 |
| RGB | rgb(200, 200, 248) |
| HSL | hsl(240, 77%, 88%) |
| CMYK | cmyk(19%, 19%, 0%, 3%) |
| LAB | lab(82.0 9.7 -23.6) |
| LCH | lch(82.0 25.5 292.4) |
| OKLCH | oklch(0.849 0.067 284.9) |
Copy-ready code
/* CSS */
color: #c8c8f8;
background-color: #c8c8f8;
/* Tailwind (arbitrary) */
class="text-[#c8c8f8] bg-[#c8c8f8]"
/* SCSS */
$brand: #c8c8f8;
/* SwiftUI */
Color(red: 0.784, green: 0.784, blue: 0.973)
/* Android */
Color.parseColor("#c8c8f8")Accessibility — WCAG contrast
Aa
#c8c8f8 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8c8f8 on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green78.4%
Blue97.3%
CMYK percentages
Cyan19.4%
Magenta19.4%
Yellow0.0%
Key (black)2.7%
Color previews
#c8c8f8 text on a black background
contrast 13.07:1
Card sample
#c8c8f8 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8c8f8;
Background color
Panel with #c8c8f8 background
background-color: #c8c8f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8c8f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 200, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 200, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8c8f8; background: linear-gradient(135deg, #c8c8f8, #E8C8F8);