#ceb2eb
a light, vivid violet · warm · closest name: plum
RGB
206, 178, 235
HSL
270°, 59%, 81%
CMYK
12, 24, 0, 8
Luminance
0.5096
Every format
| HEX | #ceb2eb |
| RGB | rgb(206, 178, 235) |
| HSL | hsl(270, 59%, 81%) |
| CMYK | cmyk(12%, 24%, 0%, 8%) |
| LAB | lab(76.7 20.7 -24.7) |
| LCH | lch(76.7 32.3 309.9) |
| OKLCH | oklch(0.807 0.084 306.9) |
Copy-ready code
/* CSS */
color: #ceb2eb;
background-color: #ceb2eb;
/* Tailwind (arbitrary) */
class="text-[#ceb2eb] bg-[#ceb2eb]"
/* SCSS */
$brand: #ceb2eb;
/* SwiftUI */
Color(red: 0.808, green: 0.698, blue: 0.922)
/* Android */
Color.parseColor("#ceb2eb")Accessibility — WCAG contrast
Aa
#ceb2eb on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb2eb on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green69.8%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta24.3%
Yellow0.0%
Key (black)7.8%
Color previews
#ceb2eb text on a black background
contrast 11.19:1
Card sample
#ceb2eb text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb2eb;
Background color
Panel with #ceb2eb background
background-color: #ceb2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 178, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 178, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb2eb; background: linear-gradient(135deg, #ceb2eb, #EBB2E2);