#c35fd7
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
195, 95, 215
HSL
290°, 60%, 61%
CMYK
9, 56, 0, 16
Luminance
0.2469
Every format
| HEX | #c35fd7 |
| RGB | rgb(195, 95, 215) |
| HSL | hsl(290, 60%, 61%) |
| CMYK | cmyk(9%, 56%, 0%, 16%) |
| LAB | lab(56.8 57.4 -44.6) |
| LCH | lch(56.8 72.7 322.1) |
| OKLCH | oklch(0.652 0.196 320.7) |
Copy-ready code
/* CSS */
color: #c35fd7;
background-color: #c35fd7;
/* Tailwind (arbitrary) */
class="text-[#c35fd7] bg-[#c35fd7]"
/* SCSS */
$brand: #c35fd7;
/* SwiftUI */
Color(red: 0.765, green: 0.373, blue: 0.843)
/* Android */
Color.parseColor("#c35fd7")Accessibility — WCAG contrast
Aa
#c35fd7 on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c35fd7 on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green37.3%
Blue84.3%
CMYK percentages
Cyan9.3%
Magenta55.8%
Yellow0.0%
Key (black)15.7%
Color previews
#c35fd7 text on a black background
contrast 5.94:1
Card sample
#c35fd7 text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c35fd7;
Background color
Panel with #c35fd7 background
background-color: #c35fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c35fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 95, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 95, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c35fd7; background: linear-gradient(135deg, #c35fd7, #D75F9B);