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