#c2bbfd
a pale, electric blue · warm · closest name: plum
RGB
194, 187, 253
HSL
246°, 94%, 86%
CMYK
23, 26, 0, 1
Luminance
0.5410
Every format
| HEX | #c2bbfd |
| RGB | rgb(194, 187, 253) |
| HSL | hsl(246, 94%, 86%) |
| CMYK | cmyk(23%, 26%, 0%, 1%) |
| LAB | lab(78.5 16.1 -31.6) |
| LCH | lch(78.5 35.5 296.9) |
| OKLCH | oklch(0.821 0.092 289.1) |
Copy-ready code
/* CSS */
color: #c2bbfd;
background-color: #c2bbfd;
/* Tailwind (arbitrary) */
class="text-[#c2bbfd] bg-[#c2bbfd]"
/* SCSS */
$brand: #c2bbfd;
/* SwiftUI */
Color(red: 0.761, green: 0.733, blue: 0.992)
/* Android */
Color.parseColor("#c2bbfd")Accessibility — WCAG contrast
Aa
#c2bbfd on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2bbfd on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green73.3%
Blue99.2%
CMYK percentages
Cyan23.3%
Magenta26.1%
Yellow0.0%
Key (black)0.8%
Color previews
#c2bbfd text on a black background
contrast 11.82:1
Card sample
#c2bbfd text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2bbfd;
Background color
Panel with #c2bbfd background
background-color: #c2bbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2bbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 187, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 187, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2bbfd; background: linear-gradient(135deg, #c2bbfd, #EEBBFD);