#c35ddf
a balanced, vivid violet · warm · closest name: orchid
RGB
195, 93, 223
HSL
287°, 67%, 62%
CMYK
13, 58, 0, 13
Luminance
0.2476
Every format
| HEX | #c35ddf |
| RGB | rgb(195, 93, 223) |
| HSL | hsl(287, 67%, 62%) |
| CMYK | cmyk(13%, 58%, 0%, 13%) |
| LAB | lab(56.8 59.9 -49.0) |
| LCH | lch(56.8 77.4 320.7) |
| OKLCH | oklch(0.653 0.206 318.5) |
Copy-ready code
/* CSS */
color: #c35ddf;
background-color: #c35ddf;
/* Tailwind (arbitrary) */
class="text-[#c35ddf] bg-[#c35ddf]"
/* SCSS */
$brand: #c35ddf;
/* SwiftUI */
Color(red: 0.765, green: 0.365, blue: 0.875)
/* Android */
Color.parseColor("#c35ddf")Accessibility — WCAG contrast
Aa
#c35ddf on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c35ddf on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green36.5%
Blue87.5%
CMYK percentages
Cyan12.6%
Magenta58.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c35ddf text on a black background
contrast 5.95:1
Card sample
#c35ddf text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c35ddf;
Background color
Panel with #c35ddf background
background-color: #c35ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c35ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 93, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 93, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c35ddf; background: linear-gradient(135deg, #c35ddf, #DF5DA4);