#c673c6
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
198, 115, 198
HSL
300°, 42%, 61%
CMYK
0, 42, 0, 22
Luminance
0.2834
Every format
| HEX | #c673c6 |
| RGB | rgb(198, 115, 198) |
| HSL | hsl(300, 42%, 61%) |
| CMYK | cmyk(0%, 42%, 0%, 22%) |
| LAB | lab(60.2 45.0 -29.6) |
| LCH | lch(60.2 53.9 326.7) |
| OKLCH | oklch(0.675 0.149 327.1) |
Copy-ready code
/* CSS */
color: #c673c6;
background-color: #c673c6;
/* Tailwind (arbitrary) */
class="text-[#c673c6] bg-[#c673c6]"
/* SCSS */
$brand: #c673c6;
/* SwiftUI */
Color(red: 0.776, green: 0.451, blue: 0.776)
/* Android */
Color.parseColor("#c673c6")Accessibility — WCAG contrast
Aa
#c673c6 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c673c6 on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green45.1%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta41.9%
Yellow0.0%
Key (black)22.4%
Color previews
#c673c6 text on a black background
contrast 6.67:1
Card sample
#c673c6 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c673c6;
Background color
Panel with #c673c6 background
background-color: #c673c6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c673c6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 115, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 115, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c673c6; background: linear-gradient(135deg, #c673c6, #C6738F);