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