#ce9cef
a light, vivid violet · warm · closest name: plum
RGB
206, 156, 239
HSL
276°, 72%, 78%
CMYK
14, 35, 0, 6
Luminance
0.4313
Every format
| HEX | #ce9cef |
| RGB | rgb(206, 156, 239) |
| HSL | hsl(276, 72%, 78%) |
| CMYK | cmyk(14%, 35%, 0%, 6%) |
| LAB | lab(71.6 33.6 -34.6) |
| LCH | lch(71.6 48.2 314.1) |
| OKLCH | oklch(0.769 0.127 311.2) |
Copy-ready code
/* CSS */
color: #ce9cef;
background-color: #ce9cef;
/* Tailwind (arbitrary) */
class="text-[#ce9cef] bg-[#ce9cef]"
/* SCSS */
$brand: #ce9cef;
/* SwiftUI */
Color(red: 0.808, green: 0.612, blue: 0.937)
/* Android */
Color.parseColor("#ce9cef")Accessibility — WCAG contrast
Aa
#ce9cef on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9cef on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green61.2%
Blue93.7%
CMYK percentages
Cyan13.8%
Magenta34.7%
Yellow0.0%
Key (black)6.3%
Color previews
#ce9cef text on a black background
contrast 9.63:1
Card sample
#ce9cef text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9cef;
Background color
Panel with #ce9cef background
background-color: #ce9cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 156, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 156, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9cef; background: linear-gradient(135deg, #ce9cef, #EF9CD9);