#c8bdfd
a pale, electric blue · warm · closest name: plum
RGB
200, 189, 253
HSL
250°, 94%, 87%
CMYK
21, 25, 0, 1
Luminance
0.5577
Every format
| HEX | #c8bdfd |
| RGB | rgb(200, 189, 253) |
| HSL | hsl(250, 94%, 87%) |
| CMYK | cmyk(21%, 25%, 0%, 1%) |
| LAB | lab(79.5 16.8 -30.1) |
| LCH | lch(79.5 34.5 299.1) |
| OKLCH | oklch(0.830 0.089 292.2) |
Copy-ready code
/* CSS */
color: #c8bdfd;
background-color: #c8bdfd;
/* Tailwind (arbitrary) */
class="text-[#c8bdfd] bg-[#c8bdfd]"
/* SCSS */
$brand: #c8bdfd;
/* SwiftUI */
Color(red: 0.784, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#c8bdfd")Accessibility — WCAG contrast
Aa
#c8bdfd on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8bdfd on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green74.1%
Blue99.2%
CMYK percentages
Cyan20.9%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#c8bdfd text on a black background
contrast 12.15:1
Card sample
#c8bdfd text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8bdfd;
Background color
Panel with #c8bdfd background
background-color: #c8bdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8bdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8bdfd; background: linear-gradient(135deg, #c8bdfd, #F3BDFD);