#c5bafd
a pale, electric blue · warm · closest name: plum
RGB
197, 186, 253
HSL
250°, 94%, 86%
CMYK
22, 27, 0, 1
Luminance
0.5408
Every format
| HEX | #c5bafd |
| RGB | rgb(197, 186, 253) |
| HSL | hsl(250, 94%, 86%) |
| CMYK | cmyk(22%, 27%, 0%, 1%) |
| LAB | lab(78.5 17.5 -31.6) |
| LCH | lch(78.5 36.1 298.9) |
| OKLCH | oklch(0.821 0.094 291.7) |
Copy-ready code
/* CSS */
color: #c5bafd;
background-color: #c5bafd;
/* Tailwind (arbitrary) */
class="text-[#c5bafd] bg-[#c5bafd]"
/* SCSS */
$brand: #c5bafd;
/* SwiftUI */
Color(red: 0.773, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#c5bafd")Accessibility — WCAG contrast
Aa
#c5bafd on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5bafd on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green72.9%
Blue99.2%
CMYK percentages
Cyan22.1%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#c5bafd text on a black background
contrast 11.82:1
Card sample
#c5bafd text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5bafd;
Background color
Panel with #c5bafd background
background-color: #c5bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5bafd; background: linear-gradient(135deg, #c5bafd, #F2BAFD);