#c8bafd
a pale, electric blue · warm · closest name: plum
RGB
200, 186, 253
HSL
253°, 94%, 86%
CMYK
21, 27, 0, 1
Luminance
0.5449
Every format
| HEX | #c8bafd |
| RGB | rgb(200, 186, 253) |
| HSL | hsl(253, 94%, 86%) |
| CMYK | cmyk(21%, 27%, 0%, 1%) |
| LAB | lab(78.8 18.4 -31.3) |
| LCH | lch(78.8 36.3 300.5) |
| OKLCH | oklch(0.824 0.094 293.8) |
Copy-ready code
/* CSS */
color: #c8bafd;
background-color: #c8bafd;
/* Tailwind (arbitrary) */
class="text-[#c8bafd] bg-[#c8bafd]"
/* SCSS */
$brand: #c8bafd;
/* SwiftUI */
Color(red: 0.784, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#c8bafd")Accessibility — WCAG contrast
Aa
#c8bafd on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8bafd on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green72.9%
Blue99.2%
CMYK percentages
Cyan20.9%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#c8bafd text on a black background
contrast 11.90:1
Card sample
#c8bafd text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8bafd;
Background color
Panel with #c8bafd background
background-color: #c8bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8bafd; background: linear-gradient(135deg, #c8bafd, #F5BAFD);