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