#c693df
a light, vivid violet · warm · closest name: plum
RGB
198, 147, 223
HSL
280°, 54%, 73%
CMYK
11, 34, 0, 13
Luminance
0.3820
Every format
| HEX | #c693df |
| RGB | rgb(198, 147, 223) |
| HSL | hsl(280, 54%, 73%) |
| CMYK | cmyk(11%, 34%, 0%, 13%) |
| LAB | lab(68.2 32.7 -31.3) |
| LCH | lch(68.2 45.2 316.3) |
| OKLCH | oklch(0.739 0.120 314.2) |
Copy-ready code
/* CSS */
color: #c693df;
background-color: #c693df;
/* Tailwind (arbitrary) */
class="text-[#c693df] bg-[#c693df]"
/* SCSS */
$brand: #c693df;
/* SwiftUI */
Color(red: 0.776, green: 0.576, blue: 0.875)
/* Android */
Color.parseColor("#c693df")Accessibility — WCAG contrast
Aa
#c693df on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c693df on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green57.6%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta34.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c693df text on a black background
contrast 8.64:1
Card sample
#c693df text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c693df;
Background color
Panel with #c693df background
background-color: #c693df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c693df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 147, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 147, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c693df; background: linear-gradient(135deg, #c693df, #DF93C5);