#ce95db
a light, vivid violet · warm · closest name: plum
RGB
206, 149, 219
HSL
289°, 49%, 72%
CMYK
6, 32, 0, 14
Luminance
0.3973
Every format
| HEX | #ce95db |
| RGB | rgb(206, 149, 219) |
| HSL | hsl(289, 49%, 72%) |
| CMYK | cmyk(6%, 32%, 0%, 14%) |
| LAB | lab(69.3 33.3 -27.3) |
| LCH | lch(69.3 43.0 320.7) |
| OKLCH | oklch(0.748 0.116 320.0) |
Copy-ready code
/* CSS */
color: #ce95db;
background-color: #ce95db;
/* Tailwind (arbitrary) */
class="text-[#ce95db] bg-[#ce95db]"
/* SCSS */
$brand: #ce95db;
/* SwiftUI */
Color(red: 0.808, green: 0.584, blue: 0.859)
/* Android */
Color.parseColor("#ce95db")Accessibility — WCAG contrast
Aa
#ce95db on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce95db on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green58.4%
Blue85.9%
CMYK percentages
Cyan5.9%
Magenta32.0%
Yellow0.0%
Key (black)14.1%
Color previews
#ce95db text on a black background
contrast 8.95:1
Card sample
#ce95db text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce95db;
Background color
Panel with #ce95db background
background-color: #ce95db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce95db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 149, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 149, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce95db; background: linear-gradient(135deg, #ce95db, #DB95B9);