#c366ab
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
195, 102, 171
HSL
316°, 44%, 58%
CMYK
0, 48, 12, 24
Luminance
0.2405
Every format
| HEX | #c366ab |
| RGB | rgb(195, 102, 171) |
| HSL | hsl(316, 44%, 58%) |
| CMYK | cmyk(0%, 48%, 12%, 24%) |
| LAB | lab(56.1 46.1 -20.4) |
| LCH | lch(56.1 50.4 336.1) |
| OKLCH | oklch(0.640 0.145 337.8) |
Copy-ready code
/* CSS */
color: #c366ab;
background-color: #c366ab;
/* Tailwind (arbitrary) */
class="text-[#c366ab] bg-[#c366ab]"
/* SCSS */
$brand: #c366ab;
/* SwiftUI */
Color(red: 0.765, green: 0.400, blue: 0.671)
/* Android */
Color.parseColor("#c366ab")Accessibility — WCAG contrast
Aa
#c366ab on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c366ab on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green40.0%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta47.7%
Yellow12.3%
Key (black)23.5%
Color previews
#c366ab text on a black background
contrast 5.81:1
Card sample
#c366ab text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c366ab;
Background color
Panel with #c366ab background
background-color: #c366ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c366ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 102, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 102, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c366ab; background: linear-gradient(135deg, #c366ab, #C3666D);