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