#c663df
a balanced, vivid violet · warm · closest name: orchid
RGB
198, 99, 223
HSL
288°, 66%, 63%
CMYK
11, 56, 0, 13
Luminance
0.2626
Every format
| HEX | #c663df |
| RGB | rgb(198, 99, 223) |
| HSL | hsl(288, 66%, 63%) |
| CMYK | cmyk(11%, 56%, 0%, 13%) |
| LAB | lab(58.3 57.8 -46.7) |
| LCH | lch(58.3 74.3 321.0) |
| OKLCH | oklch(0.665 0.199 319.2) |
Copy-ready code
/* CSS */
color: #c663df;
background-color: #c663df;
/* Tailwind (arbitrary) */
class="text-[#c663df] bg-[#c663df]"
/* SCSS */
$brand: #c663df;
/* SwiftUI */
Color(red: 0.776, green: 0.388, blue: 0.875)
/* Android */
Color.parseColor("#c663df")Accessibility — WCAG contrast
Aa
#c663df on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c663df on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green38.8%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta55.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c663df text on a black background
contrast 6.25:1
Card sample
#c663df text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c663df;
Background color
Panel with #c663df background
background-color: #c663df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c663df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 99, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 99, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c663df; background: linear-gradient(135deg, #c663df, #DF63A5);