#c7bcfc
a pale, electric blue · warm · closest name: plum
RGB
199, 188, 252
HSL
250°, 91%, 86%
CMYK
21, 25, 0, 1
Luminance
0.5514
Every format
| HEX | #c7bcfc |
| RGB | rgb(199, 188, 252) |
| HSL | hsl(250, 91%, 86%) |
| CMYK | cmyk(21%, 25%, 0%, 1%) |
| LAB | lab(79.1 16.8 -30.1) |
| LCH | lch(79.1 34.5 299.1) |
| OKLCH | oklch(0.826 0.089 292.2) |
Copy-ready code
/* CSS */
color: #c7bcfc;
background-color: #c7bcfc;
/* Tailwind (arbitrary) */
class="text-[#c7bcfc] bg-[#c7bcfc]"
/* SCSS */
$brand: #c7bcfc;
/* SwiftUI */
Color(red: 0.780, green: 0.737, blue: 0.988)
/* Android */
Color.parseColor("#c7bcfc")Accessibility — WCAG contrast
Aa
#c7bcfc on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7bcfc on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green73.7%
Blue98.8%
CMYK percentages
Cyan21.0%
Magenta25.4%
Yellow0.0%
Key (black)1.2%
Color previews
#c7bcfc text on a black background
contrast 12.03:1
Card sample
#c7bcfc text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7bcfc;
Background color
Panel with #c7bcfc background
background-color: #c7bcfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7bcfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 188, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 188, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7bcfc; background: linear-gradient(135deg, #c7bcfc, #F2BCFC);