#c35bba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
195, 91, 186
HSL
305°, 46%, 56%
CMYK
0, 53, 5, 24
Luminance
0.2263
Every format
| HEX | #c35bba |
| RGB | rgb(195, 91, 186) |
| HSL | hsl(305, 46%, 56%) |
| CMYK | cmyk(0%, 53%, 5%, 24%) |
| LAB | lab(54.7 54.0 -31.4) |
| LCH | lch(54.7 62.5 329.9) |
| OKLCH | oklch(0.632 0.176 330.8) |
Copy-ready code
/* CSS */
color: #c35bba;
background-color: #c35bba;
/* Tailwind (arbitrary) */
class="text-[#c35bba] bg-[#c35bba]"
/* SCSS */
$brand: #c35bba;
/* SwiftUI */
Color(red: 0.765, green: 0.357, blue: 0.729)
/* Android */
Color.parseColor("#c35bba")Accessibility — WCAG contrast
Aa
#c35bba on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c35bba on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green35.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta53.3%
Yellow4.6%
Key (black)23.5%
Color previews
#c35bba text on a black background
contrast 5.53:1
Card sample
#c35bba text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c35bba;
Background color
Panel with #c35bba background
background-color: #c35bba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c35bba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 91, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 91, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c35bba; background: linear-gradient(135deg, #c35bba, #C35B75);