#ceb3ec
a light, vivid violet · warm · closest name: plum
RGB
206, 179, 236
HSL
268°, 60%, 81%
CMYK
13, 24, 0, 8
Luminance
0.5142
Every format
| HEX | #ceb3ec |
| RGB | rgb(206, 179, 236) |
| HSL | hsl(268, 60%, 81%) |
| CMYK | cmyk(13%, 24%, 0%, 8%) |
| LAB | lab(76.9 20.4 -24.9) |
| LCH | lch(76.9 32.1 309.3) |
| OKLCH | oklch(0.809 0.084 306.1) |
Copy-ready code
/* CSS */
color: #ceb3ec;
background-color: #ceb3ec;
/* Tailwind (arbitrary) */
class="text-[#ceb3ec] bg-[#ceb3ec]"
/* SCSS */
$brand: #ceb3ec;
/* SwiftUI */
Color(red: 0.808, green: 0.702, blue: 0.925)
/* Android */
Color.parseColor("#ceb3ec")Accessibility — WCAG contrast
Aa
#ceb3ec on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb3ec on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green70.2%
Blue92.5%
CMYK percentages
Cyan12.7%
Magenta24.2%
Yellow0.0%
Key (black)7.5%
Color previews
#ceb3ec text on a black background
contrast 11.28:1
Card sample
#ceb3ec text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb3ec;
Background color
Panel with #ceb3ec background
background-color: #ceb3ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb3ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 179, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 179, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb3ec; background: linear-gradient(135deg, #ceb3ec, #ECB3E4);