#c35eb7
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
195, 94, 183
HSL
307°, 46%, 57%
CMYK
0, 52, 6, 24
Luminance
0.2303
Every format
| HEX | #c35eb7 |
| RGB | rgb(195, 94, 183) |
| HSL | hsl(307, 46%, 57%) |
| CMYK | cmyk(0%, 52%, 6%, 24%) |
| LAB | lab(55.1 52.1 -29.0) |
| LCH | lch(55.1 59.6 330.9) |
| OKLCH | oklch(0.634 0.168 332.0) |
Copy-ready code
/* CSS */
color: #c35eb7;
background-color: #c35eb7;
/* Tailwind (arbitrary) */
class="text-[#c35eb7] bg-[#c35eb7]"
/* SCSS */
$brand: #c35eb7;
/* SwiftUI */
Color(red: 0.765, green: 0.369, blue: 0.718)
/* Android */
Color.parseColor("#c35eb7")Accessibility — WCAG contrast
Aa
#c35eb7 on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c35eb7 on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green36.9%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta51.8%
Yellow6.2%
Key (black)23.5%
Color previews
#c35eb7 text on a black background
contrast 5.61:1
Card sample
#c35eb7 text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c35eb7;
Background color
Panel with #c35eb7 background
background-color: #c35eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c35eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 94, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 94, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c35eb7; background: linear-gradient(135deg, #c35eb7, #C35E74);