#ccbceb
a light, vivid violet · warm · closest name: plum
RGB
204, 188, 235
HSL
260°, 54%, 83%
CMYK
13, 20, 0, 8
Luminance
0.5480
Every format
| HEX | #ccbceb |
| RGB | rgb(204, 188, 235) |
| HSL | hsl(260, 54%, 83%) |
| CMYK | cmyk(13%, 20%, 0%, 8%) |
| LAB | lab(78.9 14.6 -21.3) |
| LCH | lch(78.9 25.8 304.5) |
| OKLCH | oklch(0.824 0.067 300.5) |
Copy-ready code
/* CSS */
color: #ccbceb;
background-color: #ccbceb;
/* Tailwind (arbitrary) */
class="text-[#ccbceb] bg-[#ccbceb]"
/* SCSS */
$brand: #ccbceb;
/* SwiftUI */
Color(red: 0.800, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#ccbceb")Accessibility — WCAG contrast
Aa
#ccbceb on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbceb on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green73.7%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#ccbceb text on a black background
contrast 11.96:1
Card sample
#ccbceb text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbceb;
Background color
Panel with #ccbceb background
background-color: #ccbceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbceb; background: linear-gradient(135deg, #ccbceb, #EBBCEB);