#c535b0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
197, 53, 176
HSL
309°, 58%, 49%
CMYK
0, 73, 11, 23
Luminance
0.1755
Every format
| HEX | #c535b0 |
| RGB | rgb(197, 53, 176) |
| HSL | hsl(309, 58%, 49%) |
| CMYK | cmyk(0%, 73%, 11%, 23%) |
| LAB | lab(49.0 68.4 -34.5) |
| LCH | lch(49.0 76.6 333.2) |
| OKLCH | oklch(0.589 0.220 334.7) |
Copy-ready code
/* CSS */
color: #c535b0;
background-color: #c535b0;
/* Tailwind (arbitrary) */
class="text-[#c535b0] bg-[#c535b0]"
/* SCSS */
$brand: #c535b0;
/* SwiftUI */
Color(red: 0.773, green: 0.208, blue: 0.690)
/* Android */
Color.parseColor("#c535b0")Accessibility — WCAG contrast
Aa
#c535b0 on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c535b0 on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green20.8%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta73.1%
Yellow10.7%
Key (black)22.7%
Color previews
#c535b0 text on a black background
contrast 4.51:1
Card sample
#c535b0 text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c535b0;
Background color
Panel with #c535b0 background
background-color: #c535b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c535b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 53, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 53, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c535b0; background: linear-gradient(135deg, #c535b0, #C53550);