#ce9cdb
a light, vivid violet · warm · closest name: plum
RGB
206, 156, 219
HSL
288°, 47%, 74%
CMYK
6, 29, 0, 14
Luminance
0.4201
Every format
| HEX | #ce9cdb |
| RGB | rgb(206, 156, 219) |
| HSL | hsl(288, 47%, 74%) |
| CMYK | cmyk(6%, 29%, 0%, 14%) |
| LAB | lab(70.9 29.5 -24.8) |
| LCH | lch(70.9 38.5 319.9) |
| OKLCH | oklch(0.761 0.103 319.2) |
Copy-ready code
/* CSS */
color: #ce9cdb;
background-color: #ce9cdb;
/* Tailwind (arbitrary) */
class="text-[#ce9cdb] bg-[#ce9cdb]"
/* SCSS */
$brand: #ce9cdb;
/* SwiftUI */
Color(red: 0.808, green: 0.612, blue: 0.859)
/* Android */
Color.parseColor("#ce9cdb")Accessibility — WCAG contrast
Aa
#ce9cdb on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9cdb on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green61.2%
Blue85.9%
CMYK percentages
Cyan5.9%
Magenta28.8%
Yellow0.0%
Key (black)14.1%
Color previews
#ce9cdb text on a black background
contrast 9.40:1
Card sample
#ce9cdb text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9cdb;
Background color
Panel with #ce9cdb background
background-color: #ce9cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 156, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 156, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9cdb; background: linear-gradient(135deg, #ce9cdb, #DB9CBE);