#c659df
a balanced, vivid violet · warm · closest name: orchid
RGB
198, 89, 223
HSL
289°, 68%, 61%
CMYK
11, 60, 0, 13
Luminance
0.2448
Every format
| HEX | #c659df |
| RGB | rgb(198, 89, 223) |
| HSL | hsl(289, 68%, 61%) |
| CMYK | cmyk(11%, 60%, 0%, 13%) |
| LAB | lab(56.6 62.5 -49.5) |
| LCH | lch(56.6 79.7 321.6) |
| OKLCH | oklch(0.652 0.213 319.8) |
Copy-ready code
/* CSS */
color: #c659df;
background-color: #c659df;
/* Tailwind (arbitrary) */
class="text-[#c659df] bg-[#c659df]"
/* SCSS */
$brand: #c659df;
/* SwiftUI */
Color(red: 0.776, green: 0.349, blue: 0.875)
/* Android */
Color.parseColor("#c659df")Accessibility — WCAG contrast
Aa
#c659df on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c659df on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green34.9%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta60.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c659df text on a black background
contrast 5.90:1
Card sample
#c659df text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c659df;
Background color
Panel with #c659df background
background-color: #c659df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c659df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 89, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 89, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c659df; background: linear-gradient(135deg, #c659df, #DF599F);