#c2bdff
a pale, electric blue · warm · closest name: plum
RGB
194, 189, 255
HSL
245°, 100%, 87%
CMYK
24, 26, 0, 0
Luminance
0.5508
Every format
| HEX | #c2bdff |
| RGB | rgb(194, 189, 255) |
| HSL | hsl(245, 100%, 87%) |
| CMYK | cmyk(24%, 26%, 0%, 0%) |
| LAB | lab(79.1 15.4 -31.8) |
| LCH | lch(79.1 35.4 295.8) |
| OKLCH | oklch(0.826 0.092 287.7) |
Copy-ready code
/* CSS */
color: #c2bdff;
background-color: #c2bdff;
/* Tailwind (arbitrary) */
class="text-[#c2bdff] bg-[#c2bdff]"
/* SCSS */
$brand: #c2bdff;
/* SwiftUI */
Color(red: 0.761, green: 0.741, blue: 1.000)
/* Android */
Color.parseColor("#c2bdff")Accessibility — WCAG contrast
Aa
#c2bdff on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2bdff on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green74.1%
Blue100.0%
CMYK percentages
Cyan23.9%
Magenta25.9%
Yellow0.0%
Key (black)0.0%
Color previews
#c2bdff text on a black background
contrast 12.02:1
Card sample
#c2bdff text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2bdff;
Background color
Panel with #c2bdff background
background-color: #c2bdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2bdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 189, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 189, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2bdff; background: linear-gradient(135deg, #c2bdff, #EEBDFF);