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