#c65cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
198, 92, 223
HSL
289°, 67%, 62%
CMYK
11, 59, 0, 13
Luminance
0.2499
Every format
| HEX | #c65cdf |
| RGB | rgb(198, 92, 223) |
| HSL | hsl(289, 67%, 62%) |
| CMYK | cmyk(11%, 59%, 0%, 13%) |
| LAB | lab(57.1 61.1 -48.7) |
| LCH | lch(57.1 78.1 321.5) |
| OKLCH | oklch(0.656 0.209 319.6) |
Copy-ready code
/* CSS */
color: #c65cdf;
background-color: #c65cdf;
/* Tailwind (arbitrary) */
class="text-[#c65cdf] bg-[#c65cdf]"
/* SCSS */
$brand: #c65cdf;
/* SwiftUI */
Color(red: 0.776, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#c65cdf")Accessibility — WCAG contrast
Aa
#c65cdf on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c65cdf on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green36.1%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c65cdf text on a black background
contrast 6.00:1
Card sample
#c65cdf text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c65cdf;
Background color
Panel with #c65cdf background
background-color: #c65cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c65cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c65cdf; background: linear-gradient(135deg, #c65cdf, #DF5CA1);