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