#c366af
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
195, 102, 175
HSL
313°, 44%, 58%
CMYK
0, 48, 10, 24
Luminance
0.2420
Every format
| HEX | #c366af |
| RGB | rgb(195, 102, 175) |
| HSL | hsl(313, 44%, 58%) |
| CMYK | cmyk(0%, 48%, 10%, 24%) |
| LAB | lab(56.3 46.8 -22.5) |
| LCH | lch(56.3 51.9 334.3) |
| OKLCH | oklch(0.642 0.148 335.8) |
Copy-ready code
/* CSS */
color: #c366af;
background-color: #c366af;
/* Tailwind (arbitrary) */
class="text-[#c366af] bg-[#c366af]"
/* SCSS */
$brand: #c366af;
/* SwiftUI */
Color(red: 0.765, green: 0.400, blue: 0.686)
/* Android */
Color.parseColor("#c366af")Accessibility — WCAG contrast
Aa
#c366af on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c366af on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green40.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta47.7%
Yellow10.3%
Key (black)23.5%
Color previews
#c366af text on a black background
contrast 5.84:1
Card sample
#c366af text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c366af;
Background color
Panel with #c366af background
background-color: #c366af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c366af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 102, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 102, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c366af; background: linear-gradient(135deg, #c366af, #C36671);