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