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