#cebaed
a light, vivid violet · warm · closest name: plum
RGB
206, 186, 237
HSL
264°, 59%, 83%
CMYK
13, 22, 0, 7
Luminance
0.5435
Every format
| HEX | #cebaed |
| RGB | rgb(206, 186, 237) |
| HSL | hsl(264, 59%, 83%) |
| CMYK | cmyk(13%, 22%, 0%, 7%) |
| LAB | lab(78.7 16.8 -22.7) |
| LCH | lch(78.7 28.3 306.4) |
| OKLCH | oklch(0.823 0.074 302.7) |
Copy-ready code
/* CSS */
color: #cebaed;
background-color: #cebaed;
/* Tailwind (arbitrary) */
class="text-[#cebaed] bg-[#cebaed]"
/* SCSS */
$brand: #cebaed;
/* SwiftUI */
Color(red: 0.808, green: 0.729, blue: 0.929)
/* Android */
Color.parseColor("#cebaed")Accessibility — WCAG contrast
Aa
#cebaed on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebaed on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.9%
Blue92.9%
CMYK percentages
Cyan13.1%
Magenta21.5%
Yellow0.0%
Key (black)7.1%
Color previews
#cebaed text on a black background
contrast 11.87:1
Card sample
#cebaed text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebaed;
Background color
Panel with #cebaed background
background-color: #cebaed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebaed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 186, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 186, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebaed; background: linear-gradient(135deg, #cebaed, #EDBAEA);