#c8bcfd
a pale, electric blue · warm · closest name: plum
RGB
200, 188, 253
HSL
251°, 94%, 87%
CMYK
21, 26, 0, 1
Luminance
0.5534
Every format
| HEX | #c8bcfd |
| RGB | rgb(200, 188, 253) |
| HSL | hsl(251, 94%, 87%) |
| CMYK | cmyk(21%, 26%, 0%, 1%) |
| LAB | lab(79.2 17.3 -30.5) |
| LCH | lch(79.2 35.1 299.6) |
| OKLCH | oklch(0.828 0.091 292.8) |
Copy-ready code
/* CSS */
color: #c8bcfd;
background-color: #c8bcfd;
/* Tailwind (arbitrary) */
class="text-[#c8bcfd] bg-[#c8bcfd]"
/* SCSS */
$brand: #c8bcfd;
/* SwiftUI */
Color(red: 0.784, green: 0.737, blue: 0.992)
/* Android */
Color.parseColor("#c8bcfd")Accessibility — WCAG contrast
Aa
#c8bcfd on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8bcfd on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green73.7%
Blue99.2%
CMYK percentages
Cyan20.9%
Magenta25.7%
Yellow0.0%
Key (black)0.8%
Color previews
#c8bcfd text on a black background
contrast 12.07:1
Card sample
#c8bcfd text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8bcfd;
Background color
Panel with #c8bcfd background
background-color: #c8bcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8bcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 188, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 188, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8bcfd; background: linear-gradient(135deg, #c8bcfd, #F3BCFD);