#c39eee
a light, vivid violet · warm · closest name: plum
RGB
195, 158, 238
HSL
268°, 70%, 78%
CMYK
18, 34, 0, 7
Luminance
0.4223
Every format
| HEX | #c39eee |
| RGB | rgb(195, 158, 238) |
| HSL | hsl(268, 70%, 78%) |
| CMYK | cmyk(18%, 34%, 0%, 7%) |
| LAB | lab(71.0 28.9 -35.1) |
| LCH | lch(71.0 45.5 309.5) |
| OKLCH | oklch(0.762 0.118 305.0) |
Copy-ready code
/* CSS */
color: #c39eee;
background-color: #c39eee;
/* Tailwind (arbitrary) */
class="text-[#c39eee] bg-[#c39eee]"
/* SCSS */
$brand: #c39eee;
/* SwiftUI */
Color(red: 0.765, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#c39eee")Accessibility — WCAG contrast
Aa
#c39eee on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c39eee on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green62.0%
Blue93.3%
CMYK percentages
Cyan18.1%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#c39eee text on a black background
contrast 9.45:1
Card sample
#c39eee text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c39eee;
Background color
Panel with #c39eee background
background-color: #c39eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c39eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c39eee; background: linear-gradient(135deg, #c39eee, #EE9EE4);