#c461cb
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
196, 97, 203
HSL
296°, 51%, 59%
CMYK
3, 52, 0, 20
Luminance
0.2460
Every format
| HEX | #c461cb |
| RGB | rgb(196, 97, 203) |
| HSL | hsl(296, 51%, 59%) |
| CMYK | cmyk(3%, 52%, 0%, 20%) |
| LAB | lab(56.7 54.5 -38.0) |
| LCH | lch(56.7 66.4 325.1) |
| OKLCH | oklch(0.649 0.182 324.9) |
Copy-ready code
/* CSS */
color: #c461cb;
background-color: #c461cb;
/* Tailwind (arbitrary) */
class="text-[#c461cb] bg-[#c461cb]"
/* SCSS */
$brand: #c461cb;
/* SwiftUI */
Color(red: 0.769, green: 0.380, blue: 0.796)
/* Android */
Color.parseColor("#c461cb")Accessibility — WCAG contrast
Aa
#c461cb on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c461cb on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green38.0%
Blue79.6%
CMYK percentages
Cyan3.4%
Magenta52.2%
Yellow0.0%
Key (black)20.4%
Color previews
#c461cb text on a black background
contrast 5.92:1
Card sample
#c461cb text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c461cb;
Background color
Panel with #c461cb background
background-color: #c461cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c461cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 97, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 97, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c461cb; background: linear-gradient(135deg, #c461cb, #CB618B);