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