#c260af
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
194, 96, 175
HSL
312°, 45%, 57%
CMYK
0, 51, 10, 24
Luminance
0.2293
Every format
| HEX | #c260af |
| RGB | rgb(194, 96, 175) |
| HSL | hsl(312, 45%, 57%) |
| CMYK | cmyk(0%, 51%, 10%, 24%) |
| LAB | lab(55.0 49.5 -24.5) |
| LCH | lch(55.0 55.2 333.6) |
| OKLCH | oklch(0.632 0.158 335.1) |
Copy-ready code
/* CSS */
color: #c260af;
background-color: #c260af;
/* Tailwind (arbitrary) */
class="text-[#c260af] bg-[#c260af]"
/* SCSS */
$brand: #c260af;
/* SwiftUI */
Color(red: 0.761, green: 0.376, blue: 0.686)
/* Android */
Color.parseColor("#c260af")Accessibility — WCAG contrast
Aa
#c260af on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c260af on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green37.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta50.5%
Yellow9.8%
Key (black)23.9%
Color previews
#c260af text on a black background
contrast 5.59:1
Card sample
#c260af text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c260af;
Background color
Panel with #c260af background
background-color: #c260af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c260af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 96, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 96, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c260af; background: linear-gradient(135deg, #c260af, #C2606E);