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