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