#c652df
a balanced, vivid violet · warm · closest name: orchid
RGB
198, 82, 223
HSL
289°, 69%, 60%
CMYK
11, 63, 0, 13
Luminance
0.2337
Every format
| HEX | #c652df |
| RGB | rgb(198, 82, 223) |
| HSL | hsl(289, 69%, 60%) |
| CMYK | cmyk(11%, 63%, 0%, 13%) |
| LAB | lab(55.5 65.5 -51.2) |
| LCH | lch(55.5 83.2 322.0) |
| OKLCH | oklch(0.644 0.223 320.1) |
Copy-ready code
/* CSS */
color: #c652df;
background-color: #c652df;
/* Tailwind (arbitrary) */
class="text-[#c652df] bg-[#c652df]"
/* SCSS */
$brand: #c652df;
/* SwiftUI */
Color(red: 0.776, green: 0.322, blue: 0.875)
/* Android */
Color.parseColor("#c652df")Accessibility — WCAG contrast
Aa
#c652df on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c652df on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green32.2%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta63.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c652df text on a black background
contrast 5.67:1
Card sample
#c652df text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c652df;
Background color
Panel with #c652df background
background-color: #c652df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c652df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 82, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 82, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c652df; background: linear-gradient(135deg, #c652df, #DF529A);