#ce9fdb
a light, vivid violet · warm · closest name: plum
RGB
206, 159, 219
HSL
287°, 46%, 74%
CMYK
6, 27, 0, 14
Luminance
0.4303
Every format
| HEX | #ce9fdb |
| RGB | rgb(206, 159, 219) |
| HSL | hsl(287, 46%, 74%) |
| CMYK | cmyk(6%, 27%, 0%, 14%) |
| LAB | lab(71.6 27.8 -23.8) |
| LCH | lch(71.6 36.6 319.5) |
| OKLCH | oklch(0.766 0.098 318.8) |
Copy-ready code
/* CSS */
color: #ce9fdb;
background-color: #ce9fdb;
/* Tailwind (arbitrary) */
class="text-[#ce9fdb] bg-[#ce9fdb]"
/* SCSS */
$brand: #ce9fdb;
/* SwiftUI */
Color(red: 0.808, green: 0.624, blue: 0.859)
/* Android */
Color.parseColor("#ce9fdb")Accessibility — WCAG contrast
Aa
#ce9fdb on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9fdb on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green62.4%
Blue85.9%
CMYK percentages
Cyan5.9%
Magenta27.4%
Yellow0.0%
Key (black)14.1%
Color previews
#ce9fdb text on a black background
contrast 9.61:1
Card sample
#ce9fdb text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9fdb;
Background color
Panel with #ce9fdb background
background-color: #ce9fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 159, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 159, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9fdb; background: linear-gradient(135deg, #ce9fdb, #DB9FC0);