#cebcec
a light, vivid violet · warm · closest name: plum
RGB
206, 188, 236
HSL
263°, 56%, 83%
CMYK
13, 20, 0, 8
Luminance
0.5514
Every format
| HEX | #cebcec |
| RGB | rgb(206, 188, 236) |
| HSL | hsl(263, 56%, 83%) |
| CMYK | cmyk(13%, 20%, 0%, 8%) |
| LAB | lab(79.1 15.5 -21.5) |
| LCH | lch(79.1 26.5 305.7) |
| OKLCH | oklch(0.826 0.069 302.0) |
Copy-ready code
/* CSS */
color: #cebcec;
background-color: #cebcec;
/* Tailwind (arbitrary) */
class="text-[#cebcec] bg-[#cebcec]"
/* SCSS */
$brand: #cebcec;
/* SwiftUI */
Color(red: 0.808, green: 0.737, blue: 0.925)
/* Android */
Color.parseColor("#cebcec")Accessibility — WCAG contrast
Aa
#cebcec on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebcec on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green73.7%
Blue92.5%
CMYK percentages
Cyan12.7%
Magenta20.3%
Yellow0.0%
Key (black)7.5%
Color previews
#cebcec text on a black background
contrast 12.03:1
Card sample
#cebcec text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebcec;
Background color
Panel with #cebcec background
background-color: #cebcec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebcec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 188, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 188, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebcec; background: linear-gradient(135deg, #cebcec, #ECBCEA);