#c2bdfd
a pale, electric blue · warm · closest name: plum
RGB
194, 189, 253
HSL
245°, 94%, 87%
CMYK
23, 25, 0, 1
Luminance
0.5496
Every format
| HEX | #c2bdfd |
| RGB | rgb(194, 189, 253) |
| HSL | hsl(245, 94%, 87%) |
| CMYK | cmyk(23%, 25%, 0%, 1%) |
| LAB | lab(79.0 15.0 -30.9) |
| LCH | lch(79.0 34.3 295.8) |
| OKLCH | oklch(0.825 0.089 287.8) |
Copy-ready code
/* CSS */
color: #c2bdfd;
background-color: #c2bdfd;
/* Tailwind (arbitrary) */
class="text-[#c2bdfd] bg-[#c2bdfd]"
/* SCSS */
$brand: #c2bdfd;
/* SwiftUI */
Color(red: 0.761, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#c2bdfd")Accessibility — WCAG contrast
Aa
#c2bdfd on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2bdfd on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green74.1%
Blue99.2%
CMYK percentages
Cyan23.3%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#c2bdfd text on a black background
contrast 11.99:1
Card sample
#c2bdfd text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2bdfd;
Background color
Panel with #c2bdfd background
background-color: #c2bdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2bdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2bdfd; background: linear-gradient(135deg, #c2bdfd, #EDBDFD);