#c68ec6
a light, soft magenta / pink · warm · closest name: plum
RGB
198, 142, 198
HSL
300°, 33%, 67%
CMYK
0, 28, 0, 22
Luminance
0.3543
Every format
| HEX | #c68ec6 |
| RGB | rgb(198, 142, 198) |
| HSL | hsl(300, 33%, 67%) |
| CMYK | cmyk(0%, 28%, 0%, 22%) |
| LAB | lab(66.1 30.5 -20.6) |
| LCH | lch(66.1 36.8 326.0) |
| OKLCH | oklch(0.720 0.101 326.6) |
Copy-ready code
/* CSS */
color: #c68ec6;
background-color: #c68ec6;
/* Tailwind (arbitrary) */
class="text-[#c68ec6] bg-[#c68ec6]"
/* SCSS */
$brand: #c68ec6;
/* SwiftUI */
Color(red: 0.776, green: 0.557, blue: 0.776)
/* Android */
Color.parseColor("#c68ec6")Accessibility — WCAG contrast
Aa
#c68ec6 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c68ec6 on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green55.7%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta28.3%
Yellow0.0%
Key (black)22.4%
Color previews
#c68ec6 text on a black background
contrast 8.09:1
Card sample
#c68ec6 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c68ec6;
Background color
Panel with #c68ec6 background
background-color: #c68ec6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c68ec6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 142, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 142, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c68ec6; background: linear-gradient(135deg, #c68ec6, #C68EA1);