#c8c7fd
a pale, electric blue · warm · closest name: lavender
RGB
200, 199, 253
HSL
241°, 93%, 89%
CMYK
21, 21, 0, 1
Luminance
0.6022
Every format
| HEX | #c8c7fd |
| RGB | rgb(200, 199, 253) |
| HSL | hsl(241, 93%, 89%) |
| CMYK | cmyk(21%, 21%, 0%, 1%) |
| LAB | lab(82.0 11.3 -26.3) |
| LCH | lch(82.0 28.7 293.3) |
| OKLCH | oklch(0.849 0.075 285.5) |
Copy-ready code
/* CSS */
color: #c8c7fd;
background-color: #c8c7fd;
/* Tailwind (arbitrary) */
class="text-[#c8c7fd] bg-[#c8c7fd]"
/* SCSS */
$brand: #c8c7fd;
/* SwiftUI */
Color(red: 0.784, green: 0.780, blue: 0.992)
/* Android */
Color.parseColor("#c8c7fd")Accessibility — WCAG contrast
Aa
#c8c7fd on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8c7fd on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green78.0%
Blue99.2%
CMYK percentages
Cyan20.9%
Magenta21.3%
Yellow0.0%
Key (black)0.8%
Color previews
#c8c7fd text on a black background
contrast 13.04:1
Card sample
#c8c7fd text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8c7fd;
Background color
Panel with #c8c7fd background
background-color: #c8c7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8c7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 199, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 199, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8c7fd; background: linear-gradient(135deg, #c8c7fd, #ECC7FD);