#c166c2
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
193, 102, 194
HSL
299°, 43%, 58%
CMYK
1, 47, 0, 24
Luminance
0.2474
Every format
| HEX | #c166c2 |
| RGB | rgb(193, 102, 194) |
| HSL | hsl(299, 43%, 58%) |
| CMYK | cmyk(1%, 47%, 0%, 24%) |
| LAB | lab(56.8 49.5 -32.6) |
| LCH | lch(56.8 59.3 326.6) |
| OKLCH | oklch(0.648 0.164 326.9) |
Copy-ready code
/* CSS */
color: #c166c2;
background-color: #c166c2;
/* Tailwind (arbitrary) */
class="text-[#c166c2] bg-[#c166c2]"
/* SCSS */
$brand: #c166c2;
/* SwiftUI */
Color(red: 0.757, green: 0.400, blue: 0.761)
/* Android */
Color.parseColor("#c166c2")Accessibility — WCAG contrast
Aa
#c166c2 on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c166c2 on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green40.0%
Blue76.1%
CMYK percentages
Cyan0.5%
Magenta47.4%
Yellow0.0%
Key (black)23.9%
Color previews
#c166c2 text on a black background
contrast 5.95:1
Card sample
#c166c2 text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c166c2;
Background color
Panel with #c166c2 background
background-color: #c166c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c166c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 102, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 102, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c166c2; background: linear-gradient(135deg, #c166c2, #C26686);