#ce90df
a light, vivid violet · warm · closest name: plum
RGB
206, 144, 223
HSL
287°, 55%, 72%
CMYK
8, 35, 0, 13
Luminance
0.3840
Every format
| HEX | #ce90df |
| RGB | rgb(206, 144, 223) |
| HSL | hsl(287, 55%, 72%) |
| CMYK | cmyk(8%, 35%, 0%, 13%) |
| LAB | lab(68.3 36.8 -31.0) |
| LCH | lch(68.3 48.1 319.9) |
| OKLCH | oklch(0.742 0.129 318.8) |
Copy-ready code
/* CSS */
color: #ce90df;
background-color: #ce90df;
/* Tailwind (arbitrary) */
class="text-[#ce90df] bg-[#ce90df]"
/* SCSS */
$brand: #ce90df;
/* SwiftUI */
Color(red: 0.808, green: 0.565, blue: 0.875)
/* Android */
Color.parseColor("#ce90df")Accessibility — WCAG contrast
Aa
#ce90df on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce90df on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green56.5%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta35.4%
Yellow0.0%
Key (black)12.5%
Color previews
#ce90df text on a black background
contrast 8.68:1
Card sample
#ce90df text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce90df;
Background color
Panel with #ce90df background
background-color: #ce90df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce90df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 144, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 144, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce90df; background: linear-gradient(135deg, #ce90df, #DF90BB);